From: David Howells Date: Mon, 14 Mar 2011 14:45:29 +0000 (+0000) Subject: MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not exist X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dcca52c21e44aa69713390d6872c425b21df3abe;hp=dcca52c21e44aa69713390d6872c425b21df3abe;p=mv-sheeva.git MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not exist The invalidate-only versions of flush_icache_*range() are trying sending the SMP_ICACHE_INV_FLUSH_RANGE IPI command in SMP kernels when they should be sending SMP_ICACHE_INV_RANGE as the former does not exist. Signed-off-by: David Howells ---