x86/cpuidle: identify a legitimate fallthrough case
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 14 Apr 2015 12:59:37 +0000 (14:59 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Apr 2015 12:59:37 +0000 (14:59 +0200)
to appease the Missing Break checker.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Coverity-id: 1291938

xen/arch/x86/acpi/cpu_idle.c

index e639c99a00f0e68f82fcf88734ea697358d2d327..d6613c915c793885a6c26594f3bc802fb7f93522 100644 (file)
@@ -200,6 +200,7 @@ static void do_get_hw_residencies(void *arg)
     /* Silvermont */
     case 0x37:
         GET_MC6_RES(hw_res->mc6);
+        /* fall through */
     case 0x4A:
     case 0x4D:
     case 0x5A: