From: Will Deacon Date: Wed, 19 Dec 2012 14:01:08 +0000 (+0100) Subject: ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUs X-Git-Tag: v3.8-rc1~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d056a699dd3d9366dd3b4d9996e7848209199cda;p=pandora-kernel.git ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUs flush_cache_louis flushes the D-side caches to the point of unification inner-shareable. On uniprocessor CPUs, this is defined as zero and therefore no flushing will take place. Rather than invent a new interface for UP systems, instead use our SMP_ON_UP patching code to read the LoUU from the CLIDR instead. Cc: Cc: Lorenzo Pieralisi Tested-by: Guennadi Liakhovetski Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed