projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae49ee6
)
x86/mwait-idle: add missing newline
author
Roger Pau Monné
<roger.pau@citrix.com>
Wed, 18 May 2022 09:22:24 +0000
(11:22 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Wed, 18 May 2022 09:22:24 +0000
(11:22 +0200)
Fixes: 5a211704e8 ('mwait-idle: prevent SKL-H boot failure when C8+C9+C10 enabled')
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/mwait-idle.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/cpu/mwait-idle.c
b/xen/arch/x86/cpu/mwait-idle.c
index 6add64dc5fa78f99c39a5206fa49f332a721477c..5d77672f6b6dcd4f1cf568dfe515d2fda9bbfe80 100644
(file)
--- a/
xen/arch/x86/cpu/mwait-idle.c
+++ b/
xen/arch/x86/cpu/mwait-idle.c
@@
-1363,7
+1363,7
@@
static int cf_check mwait_idle_cpu_init(
/* if state marked as disabled, skip it */
if (cpuidle_state_table[cstate].flags &
CPUIDLE_FLAG_DISABLED) {
- printk(XENLOG_DEBUG PREFIX "state %s is disabled",
+ printk(XENLOG_DEBUG PREFIX "state %s is disabled
\n
",
cpuidle_state_table[cstate].name);
continue;
}