diff options
Diffstat (limited to 'arch/x86/include/asm/pgalloc.h')
-rw-r--r-- | arch/x86/include/asm/pgalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/pgalloc.h b/arch/x86/include/asm/pgalloc.h index fbd578daa66e..ec7f43327033 100644 --- a/arch/x86/include/asm/pgalloc.h +++ b/arch/x86/include/asm/pgalloc.h | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | static inline int __paravirt_pgd_alloc(struct mm_struct *mm) { return 0; } | 9 | static inline int __paravirt_pgd_alloc(struct mm_struct *mm) { return 0; } |
10 | 10 | ||
11 | #ifdef CONFIG_PARAVIRT | 11 | #ifdef CONFIG_PARAVIRT_XXL |
12 | #include <asm/paravirt.h> | 12 | #include <asm/paravirt.h> |
13 | #else | 13 | #else |
14 | #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) | 14 | #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) |