diff options
Diffstat (limited to 'arch/arm/mm/flush.c')
-rw-r--r-- | arch/arm/mm/flush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/flush.c b/arch/arm/mm/flush.c index c6844cb9b508..87dd5ffdfa2d 100644 --- a/arch/arm/mm/flush.c +++ b/arch/arm/mm/flush.c | |||
@@ -247,7 +247,7 @@ void flush_dcache_page(struct page *page) | |||
247 | mapping = page_mapping(page); | 247 | mapping = page_mapping(page); |
248 | 248 | ||
249 | #ifndef CONFIG_SMP | 249 | #ifndef CONFIG_SMP |
250 | if (!PageHighMem(page) && mapping && !mapping_mapped(mapping)) | 250 | if (mapping && !mapping_mapped(mapping)) |
251 | set_bit(PG_dcache_dirty, &page->flags); | 251 | set_bit(PG_dcache_dirty, &page->flags); |
252 | else | 252 | else |
253 | #endif | 253 | #endif |