diff options
Diffstat (limited to 'trunk/2.6.18/50007_disable-highpte.patch')
-rw-r--r-- | trunk/2.6.18/50007_disable-highpte.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/trunk/2.6.18/50007_disable-highpte.patch b/trunk/2.6.18/50007_disable-highpte.patch deleted file mode 100644 index 3d829fc..0000000 --- a/trunk/2.6.18/50007_disable-highpte.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 |