Revert "Disable Hyper-V on arm64"

This reverts commit fe36346a89.

The arm64 Hyper-v code now checks it is running under Hyper-v before
calling into the hypervisor.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2022-11-03 12:01:36 +00:00
parent d481443acb
commit 7046ff4974

View File

@ -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"