diff options
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 @@ | |||
7 | /* | 7 | /* |
8 | * These are used to make use of C type-checking.. | 8 | * These are used to make use of C type-checking.. |
9 | */ | 9 | */ |
10 | extern int nx_enabled; | ||
11 | 10 | ||
12 | #endif /* !__ASSEMBLY__ */ | 11 | #endif /* !__ASSEMBLY__ */ |
13 | 12 | ||
@@ -15,26 +14,10 @@ extern int nx_enabled; | |||
15 | 14 | ||
16 | struct vm_area_struct; | 15 | struct vm_area_struct; |
17 | 16 | ||
18 | /* | ||
19 | * This much address space is reserved for vmalloc() and iomap() | ||
20 | * as well as fixmap mappings. | ||
21 | */ | ||
22 | extern unsigned int __VMALLOC_RESERVE; | ||
23 | |||
24 | extern int sysctl_legacy_va_layout; | ||
25 | |||
26 | extern int page_is_ram(unsigned long pagenr); | ||
27 | |||
28 | #endif /* __ASSEMBLY__ */ | 17 | #endif /* __ASSEMBLY__ */ |
29 | 18 | ||
30 | #define VMALLOC_RESERVE ((unsigned long)__VMALLOC_RESERVE) | ||
31 | #define MAXMEM (-__PAGE_OFFSET-__VMALLOC_RESERVE) | ||
32 | |||
33 | 19 | ||
34 | #include <asm-generic/memory_model.h> | ||
35 | #include <asm-generic/page.h> | ||
36 | 20 | ||
37 | #define __HAVE_ARCH_GATE_AREA 1 | ||
38 | #endif /* __KERNEL__ */ | 21 | #endif /* __KERNEL__ */ |
39 | 22 | ||
40 | #endif /* _I386_PAGE_H */ | 23 | #endif /* _I386_PAGE_H */ |