Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118530
b: refs/heads/master
c: c78d0cf
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Ingo Molnar committed Nov 6, 2008
1 parent 4444b24 commit 7bda5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4ab1b3cbb8042f1653471c6333931134105d455
refs/heads/master: c78d0cf2925bffae8a6f00e7d9b8e971b0392edd
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3611,6 +3611,8 @@ int __init probe_nr_irqs(void)
/* something wrong ? */
if (nr < nr_min)
nr = nr_min;
if (WARN_ON(nr > NR_IRQS))
nr = NR_IRQS;

return nr;
}
Expand Down

0 comments on commit 7bda5a0

Please sign in to comment.