Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 6899/1: fix the note about dcache lazy flushing for SMP systems

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

saeed bishara and committed by
Russell King
31bee4cf 5f23188e

+2 -1
+2 -1
arch/arm/mm/flush.c
··· 275 275 * kernel cache lines for later. Otherwise, we assume we have 276 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 281 void flush_dcache_page(struct page *page) 281 282 {