diff options
Diffstat (limited to 'arch/sh/include/asm/cacheflush.h')
-rw-r--r-- | arch/sh/include/asm/cacheflush.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/cacheflush.h b/arch/sh/include/asm/cacheflush.h index 4bf621e4146d..9ec13fb909dd 100644 --- a/arch/sh/include/asm/cacheflush.h +++ b/arch/sh/include/asm/cacheflush.h | |||
@@ -76,5 +76,7 @@ void kmap_coherent_init(void); | |||
76 | void *kmap_coherent(struct page *page, unsigned long addr); | 76 | void *kmap_coherent(struct page *page, unsigned long addr); |
77 | void kunmap_coherent(void); | 77 | void kunmap_coherent(void); |
78 | 78 | ||
79 | #define PG_dcache_dirty PG_arch_1 | ||
80 | |||
79 | #endif /* __KERNEL__ */ | 81 | #endif /* __KERNEL__ */ |
80 | #endif /* __ASM_SH_CACHEFLUSH_H */ | 82 | #endif /* __ASM_SH_CACHEFLUSH_H */ |