aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/page_64.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:17 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:17 +0100
commita89518b882283fdb3e11fb6d1929dc874b380ca8 (patch)
tree5a5c9bd363661df3f92dcf3a4036f577709996df /include/asm-x86/page_64.h
parentaaa64e04f9af8c05a10ab3d67df44154742d15cf (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>
Diffstat (limited to 'include/asm-x86/page_64.h')
-rw-r--r--include/asm-x86/page_64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/page_64.h b/include/asm-x86/page_64.h
index c3b52bcb171..6fdc904a5fa 100644
--- a/include/asm-x86/page_64.h
+++ b/include/asm-x86/page_64.h
@@ -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 *);