[SPARC32]: Take enable_irq/disable_irq out of line.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro
2007-07-21 19:19:38 -07:00
committed by David S. Miller
parent 32231a66b4
commit 0f516813ce
6 changed files with 49 additions and 38 deletions

View File

@@ -190,7 +190,7 @@ void sun4d_free_irq(unsigned int irq, void *dev_id)
kfree(action);
if (!(*actionp))
disable_irq(irq);
__disable_irq(irq);
out_unlock:
spin_unlock_irqrestore(&irq_action_lock, flags);
@@ -348,7 +348,7 @@ int sun4d_request_irq(unsigned int irq,
else
*actionp = action;
enable_irq(irq);
__enable_irq(irq);
ret = 0;
out_unlock: