diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-10 23:38:26 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-11 04:24:04 -0400 |
commit | f361a450bf1ad14e2b003217dbf3958638631265 (patch) | |
tree | 10c1e4dcc0047f6c37387cada6a0bceba088d2d2 /include/asm-x86/page.h | |
parent | f302a5bbe5eb95f3d4227d5bd0e9b92b1b125f4f (diff) |
x86: introduce max_low_pfn_mapped for 64-bit
when more than 4g memory is installed, don't map the big hole below 4g.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/page.h')
-rw-r--r-- | include/asm-x86/page.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/page.h b/include/asm-x86/page.h index b52ed85f32f5..28d7b4533b1a 100644 --- a/include/asm-x86/page.h +++ b/include/asm-x86/page.h | |||
@@ -61,6 +61,7 @@ extern void map_devmem(unsigned long pfn, unsigned long size, | |||
61 | extern void unmap_devmem(unsigned long pfn, unsigned long size, | 61 | extern void unmap_devmem(unsigned long pfn, unsigned long size, |
62 | pgprot_t vma_prot); | 62 | pgprot_t vma_prot); |
63 | 63 | ||
64 | extern unsigned long max_low_pfn_mapped; | ||
64 | extern unsigned long max_pfn_mapped; | 65 | extern unsigned long max_pfn_mapped; |
65 | 66 | ||
66 | struct page; | 67 | struct page; |