diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:17 -0500 |
commit | a89518b882283fdb3e11fb6d1929dc874b380ca8 (patch) | |
tree | 5a5c9bd363661df3f92dcf3a4036f577709996df | |
parent | aaa64e04f9af8c05a10ab3d67df44154742d15cf (diff) |
x86: move page related declaration
end_pfn is in page.h, so end_pfn_map has a place there as well
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | include/asm-x86/page_64.h | 1 | ||||
-rw-r--r-- | include/asm-x86/proto.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86/page_64.h b/include/asm-x86/page_64.h index c3b52bcb171e..6fdc904a5fa5 100644 --- a/include/asm-x86/page_64.h +++ b/include/asm-x86/page_64.h | |||
@@ -41,6 +41,7 @@ | |||
41 | #ifndef __ASSEMBLY__ | 41 | #ifndef __ASSEMBLY__ |
42 | 42 | ||
43 | extern unsigned long end_pfn; | 43 | extern unsigned long end_pfn; |
44 | extern unsigned long end_pfn_map; | ||
44 | 45 | ||
45 | void clear_page(void *); | 46 | void clear_page(void *); |
46 | void copy_page(void *, void *); | 47 | void copy_page(void *, void *); |
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h index 71a419c6e041..7ff3d765de05 100644 --- a/include/asm-x86/proto.h +++ b/include/asm-x86/proto.h | |||
@@ -41,8 +41,6 @@ extern void reserve_bootmem_generic(unsigned long phys, unsigned len); | |||
41 | 41 | ||
42 | extern void load_gs_index(unsigned gs); | 42 | extern void load_gs_index(unsigned gs); |
43 | 43 | ||
44 | extern unsigned long end_pfn_map; | ||
45 | |||
46 | extern void exception_table_check(void); | 44 | extern void exception_table_check(void); |
47 | 45 | ||
48 | extern void swap_low_mappings(void); | 46 | extern void swap_low_mappings(void); |