[PATCH] powerpc: irq change build breaks
Fix up some of the buildbreaks from the irq handler changes. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
44aefd2706
commit
49f19ce401
@ -437,7 +437,7 @@ cuda_poll(void)
|
||||
* disable_irq(), would that work on m68k ? --BenH
|
||||
*/
|
||||
local_irq_save(flags);
|
||||
cuda_interrupt(0, NULL, NULL);
|
||||
cuda_interrupt(0, NULL);
|
||||
local_irq_restore(flags);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user