Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218569
b: refs/heads/master
c: 19cd56c
h: refs/heads/master
i:
  218567: defd7d5
v: v3
  • Loading branch information
Davidlohr Bueso authored and Linus Torvalds committed Oct 28, 2010
1 parent dc5e2d4 commit 81aaef1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 03f890f8c2f5c9008d3d8f6d85267717ced4bd79
refs/heads/master: 19cd56c48da58bebc3a638e036bcab69469acd27
4 changes: 2 additions & 2 deletions trunk/fs/proc/softirqs.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ static int show_softirqs(struct seq_file *p, void *v)
{
int i, j;

seq_printf(p, " ");
seq_printf(p, " ");
for_each_possible_cpu(i)
seq_printf(p, "CPU%-8d", i);
seq_printf(p, "\n");

for (i = 0; i < NR_SOFTIRQS; i++) {
seq_printf(p, "%8s:", softirq_to_name[i]);
seq_printf(p, "%12s:", softirq_to_name[i]);
for_each_possible_cpu(j)
seq_printf(p, " %10u", kstat_softirqs_cpu(i, j));
seq_printf(p, "\n");
Expand Down

0 comments on commit 81aaef1

Please sign in to comment.