Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96788
b: refs/heads/master
c: 8dd79cb
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed May 15, 2008
1 parent 894cf3c commit 5e923f8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 85cb185dad54be308c3f3a6068dd7d418b8b53e4
refs/heads/master: 8dd79cb1051723496bbdcea2247e49567cedb3ac
3 changes: 2 additions & 1 deletion trunk/arch/s390/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ int show_interrupts(struct seq_file *p, void *v)
static const char *intrclass_names[] = { "EXT", "I/O", };
int i = *(loff_t *) v, j;

get_online_cpus();
if (i == 0) {
seq_puts(p, " ");
for_each_online_cpu(j)
Expand All @@ -43,7 +44,7 @@ int show_interrupts(struct seq_file *p, void *v)
seq_putc(p, '\n');

}

put_online_cpus();
return 0;
}

Expand Down

0 comments on commit 5e923f8

Please sign in to comment.