diff options
Diffstat (limited to 'arch/arm/mm/flush.c')
-rw-r--r-- | arch/arm/mm/flush.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mm/flush.c b/arch/arm/mm/flush.c index 2b269c955524..b7f69800348f 100644 --- a/arch/arm/mm/flush.c +++ b/arch/arm/mm/flush.c | |||
@@ -275,7 +275,8 @@ void __sync_icache_dcache(pte_t pteval) | |||
275 | * kernel cache lines for later. Otherwise, we assume we have | 275 | * kernel cache lines for later. Otherwise, we assume we have |
276 | * aliasing mappings. | 276 | * aliasing mappings. |
277 | * | 277 | * |
278 | * Note that we disable the lazy flush for SMP. | 278 | * Note that we disable the lazy flush for SMP configurations where |
279 | * the cache maintenance operations are not automatically broadcasted. | ||
279 | */ | 280 | */ |
280 | void flush_dcache_page(struct page *page) | 281 | void flush_dcache_page(struct page *page) |
281 | { | 282 | { |