1
0
Fork 0

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>
hifive-unleashed-5.1
Thomas Gleixner 2008-01-30 13:30:17 +01:00 committed by Ingo Molnar
parent aaa64e04f9
commit a89518b882
2 changed files with 1 additions and 2 deletions

View File

@ -41,6 +41,7 @@
#ifndef __ASSEMBLY__
extern unsigned long end_pfn;
extern unsigned long end_pfn_map;
void clear_page(void *);
void copy_page(void *, void *);

View File

@ -41,8 +41,6 @@ extern void reserve_bootmem_generic(unsigned long phys, unsigned len);
extern void load_gs_index(unsigned gs);
extern unsigned long end_pfn_map;
extern void exception_table_check(void);
extern void swap_low_mappings(void);