diff options
author | Olof Johansson <olof@lixom.net> | 2006-10-05 21:31:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-05 21:39:04 -0400 |
commit | 49f19ce401edfff937c448dd74c22497da361889 (patch) | |
tree | 3c657340fd3a34fcff516bbf09c4d72f5e141c7b /drivers/macintosh/via-cuda.c | |
parent | 44aefd2706bb6f5b65ba2c38cd89e7609e2b43d3 (diff) |
[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>
Diffstat (limited to 'drivers/macintosh/via-cuda.c')
-rw-r--r-- | drivers/macintosh/via-cuda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/via-cuda.c b/drivers/macintosh/via-cuda.c index 64a07ccfe369..df66291b1322 100644 --- a/drivers/macintosh/via-cuda.c +++ b/drivers/macintosh/via-cuda.c | |||
@@ -437,7 +437,7 @@ cuda_poll(void) | |||
437 | * disable_irq(), would that work on m68k ? --BenH | 437 | * disable_irq(), would that work on m68k ? --BenH |
438 | */ | 438 | */ |
439 | local_irq_save(flags); | 439 | local_irq_save(flags); |
440 | cuda_interrupt(0, NULL, NULL); | 440 | cuda_interrupt(0, NULL); |
441 | local_irq_restore(flags); | 441 | local_irq_restore(flags); |
442 | } | 442 | } |
443 | 443 | ||