summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/head.S
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2018-08-10 22:21:22 -0700
committerMax Filippov <jcmvbkbc@gmail.com>2018-08-13 20:08:01 -0700
commitfec3259c9f747c039f90e99570540114c8d81a14 (patch)
treeb1a20998343a7dc9c17f2dad91bffdf30849ab96 /arch/xtensa/kernel/head.S
parentbe75de25251f7cf3e399ca1f584716a95510d24a (diff)
downloadlinux-fec3259c9f747c039f90e99570540114c8d81a14.tar.bz2
xtensa: increase ranges in ___invalidate_{i,d}cache_all
Cache invalidation macros use cache line size to iterate over invalidated cache lines, assuming that all cache ways are invalidated by single instruction, but xtensa ISA recommends to not assume that for future compatibility: In some implementations all ways at index Addry-1..z are invalidated regardless of the specified way, but for future compatibility this behavior should not be assumed. Iterate over all cache ways in ___invalidate_icache_all and ___invalidate_dcache_all. Cc: stable@vger.kernel.org Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/kernel/head.S')
0 files changed, 0 insertions, 0 deletions