summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-VMM-VMMR0-GMMR0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-VMM-VMMR0-GMMR0.cpp')
-rw-r--r--emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-VMM-VMMR0-GMMR0.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-VMM-VMMR0-GMMR0.cpp b/emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-VMM-VMMR0-GMMR0.cpp
deleted file mode 100644
index e446cd457d4c..000000000000
--- a/emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-VMM-VMMR0-GMMR0.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: src/VBox/VMM/VMMR0/GMMR0.cpp
-===================================================================
---- src/VBox/VMM/VMMR0/GMMR0.cpp (Revision 58727)
-+++ src/VBox/VMM/VMMR0/GMMR0.cpp (Arbeitskopie)
-@@ -661,7 +661,7 @@
- else
- SUPR0Printf("GMMR0Init: RTR0MemObjAllocPhysNC(,64K,Any) -> %d!\n", rc);
- #else
--# ifdef RT_OS_WINDOWS
-+# if defined(RT_OS_WINDOWS) || defined(RT_OS_FREEBSD)
- pGMM->fLegacyAllocationMode = false;
- # else
- pGMM->fLegacyAllocationMode = true;