diff options
Diffstat (limited to 'arch/x86/include')
| -rw-r--r-- | arch/x86/include/asm/pgalloc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pgalloc.h b/arch/x86/include/asm/pgalloc.h index 0e8c2a0fd922..271de94c3810 100644 --- a/arch/x86/include/asm/pgalloc.h +++ b/arch/x86/include/asm/pgalloc.h | |||
| @@ -23,6 +23,11 @@ static inline void paravirt_release_pud(unsigned long pfn) {} | |||
| 23 | #endif | 23 | #endif |
| 24 | 24 | ||
| 25 | /* | 25 | /* |
| 26 | * Flags to use when allocating a user page table page. | ||
| 27 | */ | ||
| 28 | extern gfp_t __userpte_alloc_gfp; | ||
| 29 | |||
| 30 | /* | ||
| 26 | * Allocate and free page tables. | 31 | * Allocate and free page tables. |
| 27 | */ | 32 | */ |
| 28 | extern pgd_t *pgd_alloc(struct mm_struct *); | 33 | extern pgd_t *pgd_alloc(struct mm_struct *); |
