From: Steven Capper Date: Mon, 16 Dec 2013 16:25:52 +0000 (+0100) Subject: ARM: 7923/1: mm: fix dcache flush logic for compound high pages X-Git-Tag: v3.13-rc8~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7cfcbc0553365d75716f69ee7b704cac7c9248;p=pandora-kernel.git ARM: 7923/1: mm: fix dcache flush logic for compound high pages When given a compound high page, __flush_dcache_page will only flush the first page of the compound page repeatedly rather than the entire set of constituent pages. This error was introduced by: 0b19f93 ARM: mm: Add support for flushing HugeTLB pages. This patch corrects the logic such that all constituent pages are now flushed. Cc: stable@vger.kernel.org # 3.10+ Signed-off-by: Steve Capper Acked-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed