diff options
Diffstat (limited to 'arch/arm/include/asm/pgtable-nommu.h')
| -rw-r--r-- | arch/arm/include/asm/pgtable-nommu.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/pgtable-nommu.h b/arch/arm/include/asm/pgtable-nommu.h index 013cfcdc483..ffc0e85775b 100644 --- a/arch/arm/include/asm/pgtable-nommu.h +++ b/arch/arm/include/asm/pgtable-nommu.h @@ -67,6 +67,7 @@ static inline int pte_file(pte_t pte) { return 0; }   */  #define pgprot_noncached(prot)	__pgprot(0)  #define pgprot_writecombine(prot) __pgprot(0) +#define pgprot_dmacoherent(prot) __pgprot(0)  /*  |