Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19656
b: refs/heads/master
c: a185461
h: refs/heads/master
v: v3
  • Loading branch information
schwab@suse.de authored and Linus Torvalds committed Feb 3, 2006
1 parent eac5d5e commit 936fe4d
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: 0d38b049fe8df77c8e9dc48d0fd84555739fbb1a
refs/heads/master: a18546110ed6bec483d55bfffccb2487dfbd77af
2 changes: 1 addition & 1 deletion trunk/fs/proc/proc_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ static int show_stat(struct seq_file *p, void *v)
}
seq_printf(p, "intr %llu", (unsigned long long)sum);

#if !defined(CONFIG_PPC64) && !defined(CONFIG_ALPHA)
#if !defined(CONFIG_PPC64) && !defined(CONFIG_ALPHA) && !defined(CONFIG_IA64)
for (i = 0; i < NR_IRQS; i++)
seq_printf(p, " %u", kstat_irqs(i));
#endif
Expand Down

0 comments on commit 936fe4d

Please sign in to comment.