diff options
Diffstat (limited to 'arch/x86/include/asm/pgtable.h')
-rw-r--r-- | arch/x86/include/asm/pgtable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h index 6968d4f6be3e..579f8ceee948 100644 --- a/arch/x86/include/asm/pgtable.h +++ b/arch/x86/include/asm/pgtable.h | |||
@@ -168,6 +168,9 @@ | |||
168 | 168 | ||
169 | #ifndef __ASSEMBLY__ | 169 | #ifndef __ASSEMBLY__ |
170 | 170 | ||
171 | #define pgprot_writecombine pgprot_writecombine | ||
172 | extern pgprot_t pgprot_writecombine(pgprot_t prot); | ||
173 | |||
171 | /* | 174 | /* |
172 | * ZERO_PAGE is a global shared page that is always zero: used | 175 | * ZERO_PAGE is a global shared page that is always zero: used |
173 | * for zero-mapped memory areas etc.. | 176 | * for zero-mapped memory areas etc.. |