diff options
Diffstat (limited to 'include/asm-x86/pgalloc_32.h')
-rw-r--r-- | include/asm-x86/pgalloc_32.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-x86/pgalloc_32.h b/include/asm-x86/pgalloc_32.h index aaa322cb4b6e..c4e7faa89616 100644 --- a/include/asm-x86/pgalloc_32.h +++ b/include/asm-x86/pgalloc_32.h | |||
@@ -1,16 +1,6 @@ | |||
1 | #ifndef _I386_PGALLOC_H | 1 | #ifndef _I386_PGALLOC_H |
2 | #define _I386_PGALLOC_H | 2 | #define _I386_PGALLOC_H |
3 | 3 | ||
4 | #ifdef CONFIG_PARAVIRT | ||
5 | #include <asm/paravirt.h> | ||
6 | #else | ||
7 | #define paravirt_alloc_pt(mm, pfn) do { } while (0) | ||
8 | #define paravirt_alloc_pd(mm, pfn) do { } while (0) | ||
9 | #define paravirt_alloc_pd_clone(pfn, clonepfn, start, count) do { } while (0) | ||
10 | #define paravirt_release_pt(pfn) do { } while (0) | ||
11 | #define paravirt_release_pd(pfn) do { } while (0) | ||
12 | #endif | ||
13 | |||
14 | static inline void pmd_populate_kernel(struct mm_struct *mm, | 4 | static inline void pmd_populate_kernel(struct mm_struct *mm, |
15 | pmd_t *pmd, pte_t *pte) | 5 | pmd_t *pmd, pte_t *pte) |
16 | { | 6 | { |