aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/lib
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-04-11 09:41:04 -0700
committerGuo Ren <guoren@linux.alibaba.com>2021-04-28 23:02:10 +0800
commit0679d29d3e2351a1c3049c26a63ce1959cad5447 (patch)
tree795f5675ed334ed95f3f94fff195d722aef8d8a9 /arch/csky/lib
parentcsky: Fixup typos (diff)
downloadlinux-dev-0679d29d3e2351a1c3049c26a63ce1959cad5447.tar.xz
linux-dev-0679d29d3e2351a1c3049c26a63ce1959cad5447.zip
csky: fix syscache.c fallthrough warning
This case of the switch statement falls through to the following case. This appears to be on purpose, so declare it as OK. ../arch/csky/mm/syscache.c: In function '__do_sys_cacheflush': ../arch/csky/mm/syscache.c:17:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 17 | flush_icache_mm_range(current->mm, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 | (unsigned long)addr, | ~~~~~~~~~~~~~~~~~~~~ 19 | (unsigned long)addr + bytes); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../arch/csky/mm/syscache.c:20:2: note: here 20 | case DCACHE: | ^~~~ Fixes: 997153b9a75c ("csky: Add flush_icache_mm to defer flush icache all") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Guo Ren <guoren@kernel.org> Cc: linux-csky@vger.kernel.org Cc: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/csky/lib')
0 files changed, 0 insertions, 0 deletions