projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f285f4a
)
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
Thomas Gleixner
<tglx@linutronix.de>
Tue, 20 Jan 2015 11:37:23 +0000
(12:37 +0100)
The mis-naming likely was a copy-and-paste effect.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: stable@vger.kernel.org
Link:
http://lkml.kernel.org/r/54B9408B0200007800055E8B@mail.emea.novell.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/irq.c
b/arch/x86/kernel/irq.c
index 6307a0f0cf17abc93aad4490c8bcdaccfdb29541..705ef8d48e2dc464936672fb54eea908f8f03b4e 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_puts(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_puts(p, " Hypervisor callback interrupts\n");