Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147361
b: refs/heads/master
c: 0f3fd87
h: refs/heads/master
i:
  147359: 1434459
v: v3
  • Loading branch information
Luis Henriques authored and Ingo Molnar committed Apr 13, 2009
1 parent d5f27a5 commit 6031f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3d21c412d8525eb2e208d990ab5eee5fb0fe03d
refs/heads/master: 0f3fd87ce43727d6b8573191ce89e874533b1429
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static int show_other_interrupts(struct seq_file *p, int prec)
for_each_online_cpu(j)
seq_printf(p, "%10u ", irq_stats(j)->apic_perf_irqs);
seq_printf(p, " Performance counter interrupts\n");
seq_printf(p, "PND: ");
seq_printf(p, "%*s: ", prec, "PND");
for_each_online_cpu(j)
seq_printf(p, "%10u ", irq_stats(j)->apic_pending_irqs);
seq_printf(p, " Performance pending work\n");
Expand Down

0 comments on commit 6031f9d

Please sign in to comment.