Commit 89a2e6efe29a525665a94ace4a40bf2e6aa90885

Authored by Jan Beulich
Committed by Greg Kroah-Hartman
1 parent 449af2873e

x86, irq: Properly tag virtualization entry in /proc/interrupts

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/x86/kernel/irq.c
... ... @@ -127,7 +127,7 @@
127 127 seq_printf(p, " Machine check polls\n");
128 128 #endif
129 129 #if IS_ENABLED(CONFIG_HYPERV) || defined(CONFIG_XEN)
130   - seq_printf(p, "%*s: ", prec, "THR");
  130 + seq_printf(p, "%*s: ", prec, "HYP");
131 131 for_each_online_cpu(j)
132 132 seq_printf(p, "%10u ", irq_stats(j)->irq_hv_callback_count);
133 133 seq_printf(p, " Hypervisor callback interrupts\n");