Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129689
b: refs/heads/master
c: 70b66cb
h: refs/heads/master
i:
  129687: 26f1298
v: v3
  • Loading branch information
Ivan Kokshaysky authored and Linus Torvalds committed Jan 16, 2009
1 parent 9cc6942 commit 22b7f94
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: 46666d8ac42893f90edde7e57a11bc8749d7e89c
refs/heads/master: 70b66cbfd3316b792a855cb9a2574e85f1a63d0f
2 changes: 2 additions & 0 deletions trunk/arch/alpha/kernel/irq_srm.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ init_srm_irqs(long max, unsigned long ignore_mask)
{
long i;

if (NR_IRQS <= 16)
return;
for (i = 16; i < max; ++i) {
if (i < 64 && ((ignore_mask >> i) & 1))
continue;
Expand Down

0 comments on commit 22b7f94

Please sign in to comment.