projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
449af28
)
x86, irq: Properly tag virtualization entry in /proc/interrupts
author
Jan Beulich
<JBeulich@suse.com>
Fri, 16 Jan 2015 15:47:07 +0000
(15:47 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 30 Jan 2015 01:40:45 +0000
(17:40 -0800)
commit
4a0d3107d6b19125f21172c2b7d95f9c30ecaf6f
upstream.
The mis-naming likely was a copy-and-paste effect.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Link:
http://lkml.kernel.org/r/54B9408B0200007800055E8B@mail.emea.novell.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/irq.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/irq.c
b/arch/x86/kernel/irq.c
index 922d285810246aaf4382104d01be52cf6cf31767..37907756fc41bccc31d5f214dc3dd14a7a05175e 100644
(file)
--- a/
arch/x86/kernel/irq.c
+++ b/
arch/x86/kernel/irq.c
@@
-127,7
+127,7
@@
int arch_show_interrupts(struct seq_file *p, int prec)
seq_printf(p, " Machine check polls\n");
#endif
#if IS_ENABLED(CONFIG_HYPERV) || defined(CONFIG_XEN)
- seq_printf(p, "%*s: ", prec, "
THR
");
+ seq_printf(p, "%*s: ", prec, "
HYP
");
for_each_online_cpu(j)
seq_printf(p, "%10u ", irq_stats(j)->irq_hv_callback_count);
seq_printf(p, " Hypervisor callback interrupts\n");