We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f285f4a commit 4a0d310Copy full SHA for 4a0d310
arch/x86/kernel/irq.c
@@ -127,7 +127,7 @@ int arch_show_interrupts(struct seq_file *p, int prec)
127
seq_puts(p, " Machine check polls\n");
128
#endif
129
#if IS_ENABLED(CONFIG_HYPERV) || defined(CONFIG_XEN)
130
- seq_printf(p, "%*s: ", prec, "THR");
+ seq_printf(p, "%*s: ", prec, "HYP");
131
for_each_online_cpu(j)
132
seq_printf(p, "%10u ", irq_stats(j)->irq_hv_callback_count);
133
seq_puts(p, " Hypervisor callback interrupts\n");
0 commit comments