aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/irq_32.c')
-rw-r--r--arch/x86/kernel/irq_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/irq_32.c b/arch/x86/kernel/irq_32.c
index b2e1082cf5a..001772ffc91 100644
--- a/arch/x86/kernel/irq_32.c
+++ b/arch/x86/kernel/irq_32.c
@@ -307,7 +307,7 @@ int show_interrupts(struct seq_file *p, void *v)
307 action = desc->action; 307 action = desc->action;
308 if (!action && !any_count) 308 if (!action && !any_count)
309 goto skip; 309 goto skip;
310 seq_printf(p, "%#x: ",i); 310 seq_printf(p, "%3d: ", i);
311#ifndef CONFIG_SMP 311#ifndef CONFIG_SMP
312 seq_printf(p, "%10u ", kstat_irqs(i)); 312 seq_printf(p, "%10u ", kstat_irqs(i));
313#else 313#else