projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afaa561
)
x86/cpuidle: identify a legitimate fallthrough case
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Tue, 14 Apr 2015 12:59:37 +0000
(14:59 +0200)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/acpi/cpu_idle.c
b/xen/arch/x86/acpi/cpu_idle.c
index e639c99a00f0e68f82fcf88734ea697358d2d327..d6613c915c793885a6c26594f3bc802fb7f93522 100644
(file)
--- a/
xen/arch/x86/acpi/cpu_idle.c
+++ b/
xen/arch/x86/acpi/cpu_idle.c
@@
-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: