X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fpgtable_types.h;h=13f310bfc09a754bfa3c69305476421e7dd67706;hb=132c242d95063f0c362597e74ee6759403a3f700;hp=78f0c8cbe316f9114746877420cfc400604bd486;hpb=f583381f506dc53b9d3e98cf9d6577323eb3fcd2;p=linux-2.6-block.git diff --git a/arch/x86/include/asm/pgtable_types.h b/arch/x86/include/asm/pgtable_types.h index 78f0c8cbe316..13f310bfc09a 100644 --- a/arch/x86/include/asm/pgtable_types.h +++ b/arch/x86/include/asm/pgtable_types.h @@ -367,6 +367,9 @@ extern int nx_enabled; #define pgprot_writecombine pgprot_writecombine extern pgprot_t pgprot_writecombine(pgprot_t prot); +#define pgprot_writethrough pgprot_writethrough +extern pgprot_t pgprot_writethrough(pgprot_t prot); + /* Indicate that x86 has its own track and untrack pfn vma functions */ #define __HAVE_PFNMAP_TRACKING