aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/irq_64.c')
-rw-r--r--arch/x86/kernel/irq_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/irq_64.c b/arch/x86/kernel/irq_64.c
index c2fca89a3f7e..ec2661091283 100644
--- a/arch/x86/kernel/irq_64.c
+++ b/arch/x86/kernel/irq_64.c
@@ -112,7 +112,7 @@ int show_interrupts(struct seq_file *p, void *v)
112 action = desc->action; 112 action = desc->action;
113 if (!action && !any_count) 113 if (!action && !any_count)
114 goto skip; 114 goto skip;
115 seq_printf(p, "%#x: ",i); 115 seq_printf(p, "%3d: ", i);
116#ifndef CONFIG_SMP 116#ifndef CONFIG_SMP
117 seq_printf(p, "%10u ", kstat_irqs(i)); 117 seq_printf(p, "%10u ", kstat_irqs(i));
118#else 118#else