diff options
Diffstat (limited to 'arch/blackfin/include')
-rw-r--r-- | arch/blackfin/include/asm/pgtable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/pgtable.h b/arch/blackfin/include/asm/pgtable.h index f11684e4ade7..783c8f7f8f8c 100644 --- a/arch/blackfin/include/asm/pgtable.h +++ b/arch/blackfin/include/asm/pgtable.h | |||
@@ -29,6 +29,7 @@ typedef pte_t *pte_addr_t; | |||
29 | #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */ | 29 | #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */ |
30 | #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ | 30 | #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ |
31 | #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */ | 31 | #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */ |
32 | #define pgprot_noncached(prot) (prot) | ||
32 | 33 | ||
33 | extern void paging_init(void); | 34 | extern void paging_init(void); |
34 | 35 | ||