Borislav Petkov 5785675dfe x86/apic/32: Fix yet another implicit fallthrough warning
Fix

  arch/x86/kernel/apic/probe_32.c: In function ‘default_setup_apic_routing’:
  arch/x86/kernel/apic/probe_32.c:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
      if (!APIC_XAPIC(version)) {
         ^
  arch/x86/kernel/apic/probe_32.c:151:3: note: here
   case X86_VENDOR_HYGON:
   ^~~~

for 32-bit builds.

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190811154036.29805-1-bp@alien8.de
2019-08-12 20:35:04 +02:00
..
2019-07-17 09:36:38 -07:00
2019-07-11 10:09:44 -07:00
2019-08-09 15:46:29 -07:00
2019-07-12 15:38:05 -07:00
2019-08-10 10:17:19 -07:00
2019-08-08 16:05:38 -07:00
2019-08-09 15:46:29 -07:00
2019-07-12 16:06:27 -07:00