x86: move page related declaration
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:17 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:17 +0000 (13:30 +0100)
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>
include/asm-x86/page_64.h
include/asm-x86/proto.h

index c3b52bc..6fdc904 100644 (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 *);
Simple merge