Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131781
b: refs/heads/master
c: 5b59239
h: refs/heads/master
i:
  131779: 7492793
v: v3
  • Loading branch information
Roel Kluin authored and Tony Luck committed Feb 25, 2009
1 parent 77c0471 commit 563fce4
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: aa2f63c95439a11dfac35c60d9160dcd0189aed3
refs/heads/master: 5b5923975f07836fc7a5388f9fa5f459828ae4ee
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/iosapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ static int iosapic_find_sharable_irq(unsigned long trigger, unsigned long pol)
if (trigger == IOSAPIC_EDGE)
return -EINVAL;

for (i = 0; i <= NR_IRQS; i++) {
for (i = 0; i < NR_IRQS; i++) {
info = &iosapic_intr_info[i];
if (info->trigger == trigger && info->polarity == pol &&
(info->dmode == IOSAPIC_FIXED ||
Expand Down

0 comments on commit 563fce4

Please sign in to comment.