diff options
| -rw-r--r-- | arch/sh/mm/cache-sh4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/cache-sh4.c b/arch/sh/mm/cache-sh4.c index 05cb04bc394..6c2db140108 100644 --- a/arch/sh/mm/cache-sh4.c +++ b/arch/sh/mm/cache-sh4.c | |||
| @@ -106,9 +106,9 @@ static inline void flush_cache_4096(unsigned long start, | |||
| 106 | */ | 106 | */ |
| 107 | static void sh4_flush_dcache_page(struct page *page) | 107 | static void sh4_flush_dcache_page(struct page *page) |
| 108 | { | 108 | { |
| 109 | #ifndef CONFIG_SMP | ||
| 109 | struct address_space *mapping = page_mapping(page); | 110 | struct address_space *mapping = page_mapping(page); |
| 110 | 111 | ||
| 111 | #ifndef CONFIG_SMP | ||
| 112 | if (mapping && !mapping_mapped(mapping)) | 112 | if (mapping && !mapping_mapped(mapping)) |
| 113 | set_bit(PG_dcache_dirty, &page->flags); | 113 | set_bit(PG_dcache_dirty, &page->flags); |
| 114 | else | 114 | else |
