Guard reference to x86_hypervisor

Obviously we only want x86_hypervisor on x86
Guard reference to x86_hypervisor

Obviously we only want x86_hypervisor on x86
This commit is contained in:
Simon J. Gerraty 2019-10-24 22:26:06 +00:00
parent 93489854f4
commit 21686d9e64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354055

View File

@ -863,7 +863,9 @@ main(int argc, CHAR16 *argv[])
archsw.arch_getdev = efi_getdev;
archsw.arch_copyin = efi_copyin;
archsw.arch_copyout = efi_copyout;
#ifdef __amd64__
archsw.arch_hypervisor = x86_hypervisor;
#endif
archsw.arch_readin = efi_readin;
archsw.arch_zfs_probe = efi_zfs_probe;