Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231645
b: refs/heads/master
c: f5de6ec
h: refs/heads/master
i:
  231643: 5d162f2
v: v3
  • Loading branch information
Ivan Kokshaysky authored and Matt Turner committed Jan 17, 2011
1 parent 02d082a commit c56af9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: e2609f6aa2dce5d960ea1fe32f57524c315dede5
refs/heads/master: f5de6ecc84b58ba0f394365eafc8681af7a4f73d
5 changes: 2 additions & 3 deletions trunk/arch/alpha/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,14 @@ handle_irq(int irq)
return;
}

irq_enter();
/*
* handle_irq() must be called with IPL_MAX. Note that we do not
* From here we must proceed with IPL_MAX. Note that we do not
* explicitly enable interrupts afterwards - some MILO PALcode
* (namely LX164 one) seems to have severe problems with RTI
* at IPL 0.
*/
local_irq_disable();
irq_enter();
generic_handle_irq_desc(irq, desc);
irq_exit();
}

0 comments on commit c56af9d

Please sign in to comment.