X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fpgalloc.h;h=271de94c3810d9bbdb2c01bbfbb43f221b46ee24;hb=8724fdb53d27d7b59b60c8a399cc67f9abfabb33;hp=0e8c2a0fd9222d4b75793fb664591de22461e7d7;hpb=907bc6c7fc7071b00083fc11e510e47dd93df45d;p=pandora-kernel.git 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 @@ -22,6 +22,11 @@ static inline void paravirt_release_pmd(unsigned long pfn) {} static inline void paravirt_release_pud(unsigned long pfn) {} #endif +/* + * Flags to use when allocating a user page table page. + */ +extern gfp_t __userpte_alloc_gfp; + /* * Allocate and free page tables. */