Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46056
b: refs/heads/master
c: 29a0027
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Linus Torvalds committed Feb 3, 2007
1 parent ec70903 commit eb1a5f1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dee11c2364f51cac53df17d742a0c69097e29a4e
refs/heads/master: 29a002776ba5ef170446910b1f93c480cdd43706
3 changes: 3 additions & 0 deletions trunk/arch/ia64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ static void migrate_irqs(void)
for (irq=0; irq < NR_IRQS; irq++) {
desc = irq_desc + irq;

if (desc->status == IRQ_DISABLED)
continue;

/*
* No handling for now.
* TBD: Implement a disable function so we can now
Expand Down

0 comments on commit eb1a5f1

Please sign in to comment.