x86: mtrr: cyrix: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 5 Aug 2019 20:17:12 +0000 (15:17 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 Aug 2019 13:12:01 +0000 (15:12 +0200)
commit7468a4eae541ce5aff65595aa502aa0a4def6615
tree1da170e790f0da98cd7e2bf72b210d7cc1edb843
parent4ab9ab656a6cea5257bfa31f00c922d68f7a5c2f
x86: mtrr: cyrix: Mark expected switch fall-through

Mark switch cases where we are expecting to fall through.

Fix the following warning (Building: i386_defconfig i386):

arch/x86/kernel/cpu/mtrr/cyrix.c:99:6: warning: this statement may fall through [-Wimplicit-fallthrough=]

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lkml.kernel.org/r/20190805201712.GA19927@embeddedor
arch/x86/kernel/cpu/mtrr/cyrix.c