From: Catalin Marinas Date: Tue, 24 Nov 2009 17:54:07 +0000 (+0100) Subject: ARM: 5794/1: Flush the D-cache during copy_user_highpage() X-Git-Tag: v2.6.33-rc1~384^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115b22474eb1905da2f606a057da3455833333d3;p=pandora-kernel.git ARM: 5794/1: Flush the D-cache during copy_user_highpage() The I and D caches for copy-on-write pages on processors with write-allocate caches become incoherent causing problems on application relying on CoW for text pages (dynamic linker relocating symbols in a text page). This patch flushes the D-cache for such pages. Cc: Nicolas Pitre Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed