summaryrefslogtreecommitdiff
blob: 3d829fcd1e4da6d166b50bb9bd93f70257fe132f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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