From: Markus Pietrek Date: Thu, 24 Dec 2009 06:12:02 +0000 (+0900) Subject: sh: Ensure all PG_dcache_dirty pages are written back. X-Git-Tag: v2.6.33-rc2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76382b5bdb77c29ab430e1b82ef1c604c8dd113b;p=pandora-kernel.git sh: Ensure all PG_dcache_dirty pages are written back. With some of the cache rework an address aliasing optimization was added, but this managed to fail on certain mappings resulting in pages with PG_dcache_dirty set never writing back their dcache lines. This patch reverts to the earlier behaviour of simply always writing back when the dirty bit is set. Signed-off-by: Markus Pietrek Signed-off-by: Paul Mundt --- Reading git-diff-tree failed