Skip to content

Commit

Permalink
x86: move page related declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent aaa64e0 commit a89518b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions include/asm-x86/page_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down
2 changes: 0 additions & 2 deletions include/asm-x86/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a89518b

Please sign in to comment.