From: Linus Walleij Date: Tue, 2 Aug 2011 15:48:38 +0000 (+0200) Subject: ARM: davinci: fix cache flush build error X-Git-Tag: v3.1-rc6~2^2~2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897a6a1a14837d6d582bfd1fd7aba00be44b6469;p=pandora-kernel.git ARM: davinci: fix cache flush build error The TNET variant of DaVinci compiles some code that it shares with other DaVinci variants, however it has a V6 CPU rather than an ARM926T, thus the hardcoded call to arm926_flush_kern_cache_all() in sleep.S will obviously fail, and we need to build with the v6_flush_kern_cache_all() call instead. This was triggered by manually altering the DaVinci config to build the TNET version. Cc: Dave Martin Cc: Arnd Bergmann Signed-off-by: Linus Walleij Signed-off-by: Sekhar Nori Cc: stable@kernel.org --- Reading git-diff-tree failed