aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2022-10-28 21:15:18 +0000
committerAndrew Turner <andrew@FreeBSD.org>2022-10-28 21:17:00 +0000
commitfe36346a8904683af64dc5231e106a951d386ca5 (patch)
tree6f38932c761c9d3866ae209dc430e42ed141c034
parent16c10e99b8784eafff21bee2e0f14b07a9c6ec97 (diff)
downloadsrc-fe36346a8904683af64dc5231e106a951d386ca5.tar.gz
src-fe36346a8904683af64dc5231e106a951d386ca5.zip
Disable Hyper-V on arm64
It unconditionally calls into the Hyper-V firmware. As most arm64 boards don't have said firmware disable it for now.
-rw-r--r--sys/arm64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index c53132b0c225..9bbf7447e180 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -32,7 +32,7 @@ include "std.arm"
include "std.broadcom"
include "std.cavium"
include "std.ec2"
-include "std.hyperv"
+#include "std.hyperv"
include "std.hisilicon"
include "std.imx"
include "std.marvell"