From: Will Deacon Date: Wed, 3 Aug 2011 11:37:04 +0000 (+0100) Subject: ARM: cache: detect VIPT aliasing I-cache on ARMv6 X-Git-Tag: v3.1-rc5~9^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72dc53acd50db066a5a5ebe1f39fae73d7e62aa8;p=pandora-kernel.git ARM: cache: detect VIPT aliasing I-cache on ARMv6 The current cache detection code does not check for an aliasing I-cache if the D-cache is found to be VIPT aliasing. This patch fixes the problem by always checking for an aliasing I-cache on v6 and later. Signed-off-by: Will Deacon --- Reading git-diff-tree failed