aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/page_64.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-01-30 13:32:44 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:32:44 +0100
commite62f4473f32a882a537b32cb7202da8d5d7c4f1f (patch)
treed407a2b5bda90cfc999b763f7398e7f50a087b5a /include/asm-x86/page_64.h
parentx86: page.h: move pa and va related things (diff)
downloadlinux-dev-e62f4473f32a882a537b32cb7202da8d5d7c4f1f.tar.xz
linux-dev-e62f4473f32a882a537b32cb7202da8d5d7c4f1f.zip
x86: page.h: move remaining bits and pieces
# HG changeset patch # User Jeremy Fitzhardinge <jeremy@xensource.com> # Date 1199319657 28800 # Node ID bba9287641ff90e836d090d80b5c0a846aab7162 # Parent d617b72a0cc9d14bde2087d065c36d4ed3265761 x86: page.h: move remaining bits and pieces Move the remaining odds and ends into page.h. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/page_64.h')
-rw-r--r--include/asm-x86/page_64.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-x86/page_64.h b/include/asm-x86/page_64.h
index 7094684270a6..94d4803aab2d 100644
--- a/include/asm-x86/page_64.h
+++ b/include/asm-x86/page_64.h
@@ -4,26 +4,13 @@
#ifdef __KERNEL__
#ifndef __ASSEMBLY__
-extern unsigned long end_pfn;
-extern unsigned long end_pfn_map;
-
-
-extern unsigned long phys_base;
-
#endif /* !__ASSEMBLY__ */
#ifndef __ASSEMBLY__
-#include <asm/bug.h>
#endif /* __ASSEMBLY__ */
-#define __HAVE_ARCH_GATE_AREA 1
-#define vmemmap ((struct page *)VMEMMAP_START)
-
-#include <asm-generic/memory_model.h>
-#include <asm-generic/page.h>
-
#endif /* __KERNEL__ */
#ifdef CONFIG_FLATMEM