blob: 1c44352c9409832611cdf65013e8254f331222a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/VBox/VMM/Config.kmk.orig 2024-12-27 03:55:34.269311000 +0100
+++ src/VBox/VMM/Config.kmk 2024-12-27 03:42:41.858673000 +0100
@@ -91,7 +91,7 @@
VMM_COMMON_DEFS += VBOX_WITH_NATIVE_NEM VBOX_WITH_NEM_R0
endif
endif
-if1of ($(KBUILD_TARGET), freebsd linux solaris) # Hosts that implements SUPR0HCPhysToVirt.
+if1of ($(KBUILD_TARGET), linux solaris) # Hosts that implements SUPR0HCPhysToVirt.
VMM_COMMON_DEFS += VBOX_WITH_LINEAR_HOST_PHYS_MEM
endif
|