commit | 115b22474eb1905da2f606a057da3455833333d3 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Nov 24 18:54:07 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Dec 04 14:58:50 2009 +0000 |
tree | 21633ac227c92fc6f646ccdb5a0b3d7f5f73aaba | |
parent | f91fb05d826a43063fa0aa2ec30c23d3993a208d [diff] |
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 <nico@fluxnic.net> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>