alpha: kill off alpha_do_IRQ
Good riddance... Nuke a pile of redundant handlers that the generic code takes care of as well. Tested-by: Michael Cree <mcree@orcon.net.nz> Signed-off-by: Kyle McMartin <kyle@redhat.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
committed by
Matt Turner
parent
a891b393dd
commit
7d209c8110
@@ -162,7 +162,7 @@ handle_irq(int irq)
|
||||
|
||||
irq_enter();
|
||||
/*
|
||||
* __do_IRQ() must be called with IPL_MAX. Note that we do not
|
||||
* handle_irq() must be called 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.
|
||||
@@ -172,7 +172,3 @@ handle_irq(int irq)
|
||||
irq_exit();
|
||||
}
|
||||
|
||||
void alpha_do_IRQ(unsigned int irq, struct irq_desc *desc)
|
||||
{
|
||||
__do_IRQ(irq);
|
||||
}
|
||||
|
Reference in New Issue
Block a user