aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/page_64.h
diff options
context:
space:
mode:
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