From: Vineet Gupta Date: Thu, 16 May 2013 06:49:29 +0000 (+0530) Subject: ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach() X-Git-Tag: v3.10-rc3~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f538881cc672c1b049aa0a34a792d0953fcecba5;p=pandora-kernel.git ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach() Flush and INVALIDATE the dcache page. This helper is only used for writeback of CODE pages to memory. So there's no value in keeping the dcache lines around. Infact it is risky as a writeback on natural eviction under pressure can cause un-needed writeback with weird issues on aliasing dcache configurations. Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed