]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/page_32.h
Merge branch 'linus' into x86/threadinfo
[linux-2.6-omap-h63xx.git] / include / asm-x86 / page_32.h
index 50b33ebcf851f385dfa8bd9788cbb94371df2df4..73ed2e4ebf95189b3d89afe2137bb879b34eab39 100644 (file)
@@ -22,7 +22,8 @@
 
 
 #ifdef CONFIG_X86_PAE
-#define __PHYSICAL_MASK_SHIFT  36
+/* 44=32+12, the limit we can fit into an unsigned long pfn */
+#define __PHYSICAL_MASK_SHIFT  44
 #define __VIRTUAL_MASK_SHIFT   32
 #define PAGETABLE_LEVELS       3