Merge branch 'linus' into perfcounters/core
[cascardo/linux.git] / arch / x86 / kernel / irq.c
index 849cfab..8279fb8 100644 (file)
@@ -73,7 +73,7 @@ static int show_other_interrupts(struct seq_file *p, int prec)
        seq_printf(p, "  Performance pending work\n");
 #endif
        if (generic_interrupt_extension) {
-               seq_printf(p, "PLT: ");
+               seq_printf(p, "%*s: ", prec, "PLT");
                for_each_online_cpu(j)
                        seq_printf(p, "%10u ", irq_stats(j)->generic_irqs);
                seq_printf(p, "  Platform interrupts\n");