summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tags/2.6.18-5/50007_disable-highpte.patch')
-rw-r--r--tags/2.6.18-5/50007_disable-highpte.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/tags/2.6.18-5/50007_disable-highpte.patch b/tags/2.6.18-5/50007_disable-highpte.patch
new file mode 100644
index 0000000..3d829fc
--- /dev/null
+++ b/tags/2.6.18-5/50007_disable-highpte.patch
@@ -0,0 +1,13 @@
+Index: linux-2.6.18/arch/i386/Kconfig
+===================================================================
+--- linux-2.6.18.orig/arch/i386/Kconfig
++++ linux-2.6.18/arch/i386/Kconfig
+@@ -624,7 +624,7 @@ config HAVE_ARCH_EARLY_PFN_TO_NID
+
+ config HIGHPTE
+ bool "Allocate 3rd-level pagetables from highmem"
+- depends on HIGHMEM4G || HIGHMEM64G
++ depends on ( HIGHMEM4G || HIGHMEM64G ) && !X86_XEN
+ help
+ The VM uses one page table entry for each page of physical memory.
+ For systems with a lot of RAM, this can be wasteful of precious