diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-01-30 13:32:44 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:32:44 +0100 |
commit | e62f4473f32a882a537b32cb7202da8d5d7c4f1f (patch) | |
tree | d407a2b5bda90cfc999b763f7398e7f50a087b5a /include/asm-x86/page_32.h | |
parent | 98fd5aee348f0420afd1c636790d50aaaec6ceec (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_32.h')
-rw-r--r-- | include/asm-x86/page_32.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-x86/page_32.h b/include/asm-x86/page_32.h index a27424a2ee0d..c27b41fd0254 100644 --- a/include/asm-x86/page_32.h +++ b/include/asm-x86/page_32.h @@ -7,7 +7,6 @@ /* * These are used to make use of C type-checking.. */ -extern int nx_enabled; #endif /* !__ASSEMBLY__ */ @@ -15,26 +14,10 @@ extern int nx_enabled; struct vm_area_struct; -/* - * This much address space is reserved for vmalloc() and iomap() - * as well as fixmap mappings. - */ -extern unsigned int __VMALLOC_RESERVE; - -extern int sysctl_legacy_va_layout; - -extern int page_is_ram(unsigned long pagenr); - #endif /* __ASSEMBLY__ */ -#define VMALLOC_RESERVE ((unsigned long)__VMALLOC_RESERVE) -#define MAXMEM (-__PAGE_OFFSET-__VMALLOC_RESERVE) - -#include <asm-generic/memory_model.h> -#include <asm-generic/page.h> -#define __HAVE_ARCH_GATE_AREA 1 #endif /* __KERNEL__ */ #endif /* _I386_PAGE_H */ |