[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:
Olof Johansson
2006-10-05 20:31:10 -05:00
committed by Linus Torvalds
parent 44aefd2706
commit 49f19ce401
10 changed files with 12 additions and 12 deletions

View File

@ -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);
}