Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73419
b: refs/heads/master
c: ddd6fc7
h: refs/heads/master
i:
  73417: 18ed6a1
  73415: ecf5cb3
v: v3
  • Loading branch information
Kenji Kaneshige authored and Tony Luck committed Nov 6, 2007
1 parent 6ceeb3d commit 158c474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 1f3b6045f783ee394076ad6dba2d72ecaaecd243
refs/heads/master: ddd6fc7923fbcfbb53f9431cbc981b1c12636e14
6 changes: 4 additions & 2 deletions trunk/arch/ia64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ int show_interrupts(struct seq_file *p, void *v)
unsigned long flags;

if (i == 0) {
seq_printf(p, " ");
char cpuname[16];
seq_printf(p, " ");
for_each_online_cpu(j) {
seq_printf(p, "CPU%d ",j);
snprintf(cpuname, 10, "CPU%d", j);
seq_printf(p, "%10s ", cpuname);
}
seq_putc(p, '\n');
}
Expand Down

0 comments on commit 158c474

Please sign in to comment.