|
@@ -307,7 +307,7 @@ int show_interrupts(struct seq_file *p, void *v)
|
|
action = desc->action;
|
|
action = desc->action;
|
|
if (!action && !any_count)
|
|
if (!action && !any_count)
|
|
goto skip;
|
|
goto skip;
|
|
- seq_printf(p, "%#x: ",i);
|
|
|
|
|
|
+ seq_printf(p, "%3d: ", i);
|
|
#ifndef CONFIG_SMP
|
|
#ifndef CONFIG_SMP
|
|
seq_printf(p, "%10u ", kstat_irqs(i));
|
|
seq_printf(p, "%10u ", kstat_irqs(i));
|
|
#else
|
|
#else
|