aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/page_64.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-01-30 07:32:44 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:32:44 -0500
commite62f4473f32a882a537b32cb7202da8d5d7c4f1f (patch)
treed407a2b5bda90cfc999b763f7398e7f50a087b5a /include/asm-x86/page_64.h
parent98fd5aee348f0420afd1c636790d50aaaec6ceec (diff)
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 @@
4#ifdef __KERNEL__ 4#ifdef __KERNEL__
5#ifndef __ASSEMBLY__ 5#ifndef __ASSEMBLY__
6 6
7extern unsigned long end_pfn;
8extern unsigned long end_pfn_map;
9
10
11extern unsigned long phys_base;
12
13#endif /* !__ASSEMBLY__ */ 7#endif /* !__ASSEMBLY__ */
14 8
15#ifndef __ASSEMBLY__ 9#ifndef __ASSEMBLY__
16 10
17#include <asm/bug.h>
18 11
19#endif /* __ASSEMBLY__ */ 12#endif /* __ASSEMBLY__ */
20 13
21#define __HAVE_ARCH_GATE_AREA 1
22#define vmemmap ((struct page *)VMEMMAP_START)
23
24#include <asm-generic/memory_model.h>
25#include <asm-generic/page.h>
26
27#endif /* __KERNEL__ */ 14#endif /* __KERNEL__ */
28 15
29#ifdef CONFIG_FLATMEM 16#ifdef CONFIG_FLATMEM