]> git.baikalelectronics.ru Git - kernel.git/commit
MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not exist
authorDavid Howells <dhowells@redhat.com>
Mon, 14 Mar 2011 14:45:29 +0000 (14:45 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 14 Mar 2011 14:45:29 +0000 (14:45 +0000)
commit7ed6fcdc80c7c085ac2f07969c8b10ffdae01d1b
tree60866d1714c86870555c62dccc96b2dc3d1cbb7d
parent3e3a1133d135026fc8bbcee77e1d49a0dd94ea9f
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 <dhowells@redhat.com>
arch/mn10300/mm/cache-inv-icache.c