aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2022-11-03 12:01:36 +0000
committerAndrew Turner <andrew@FreeBSD.org>2022-11-03 14:59:31 +0000
commit7046ff4974b17a93c5c536db8bae9872f5edb947 (patch)
tree4d4836a035b9ce83004f8273ff33c093e02266de /sys/arm64
parentd481443acb1c77610ac50a226f402e4629a608fb (diff)
downloadsrc-7046ff4974b17a93c5c536db8bae9872f5edb947.tar.gz
src-7046ff4974b17a93c5c536db8bae9872f5edb947.zip
Revert "Disable Hyper-V on arm64"
This reverts commit fe36346a8904683af64dc5231e106a951d386ca5. The arm64 Hyper-v code now checks it is running under Hyper-v before calling into the hypervisor. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm64')
-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 9bbf7447e180..c53132b0c225 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"