bfc68fa0bff0955ca4d7f6a9fa40a64a41 parent c08748005d56084a205f5c5db5f211b07a97a9be author Linus Walleij 1312300118 +0200 committer Sekhar Nori 1315396332 +0530 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 ×.