From: Tony Lindgren Date: Wed, 22 Sep 2010 17:31:21 +0000 (-0700) Subject: ARM: Handle __flush_icache_all for CONFIG_SMP_ON_UP X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc566e6ee0feb7a1fc507dfe9eacf4259c0b2ce;p=pandora-kernel.git ARM: Handle __flush_icache_all for CONFIG_SMP_ON_UP Do this by adding flush_icache_all to cache_fns for ARMv6 and 7. As flush_icache_all may neeed to be called from flush_kern_cache_all, add it as the first entry in the cache_fns. Note that now we can remove the ARM_ERRATA_411920 dependency to !SMP so it can be selected on UP ARMv6 processors, such as omap2. Signed-off-by: Tony Lindgren Signed-off-by: Anand Gadiyar --- Reading git-diff-tree failed