From fe36346a8904683af64dc5231e106a951d386ca5 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Fri, 28 Oct 2022 22:15:18 +0100 Subject: [PATCH] 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. --- sys/arm64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index c53132b0c22..9bbf7447e18 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"