[PATCH] m68k: m68k mac VIA2 fixes and cleanups
Some fixes and cleanups from the linux-mac68k repo. Fix mac_esp by clearing the VIA2 SCSI IRQ flag before the SCSI IRQ handler is invoked. Also fix a race condition caused by unmasking a nubus slot IRQ then setting the relevant nubus_active bit. Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6d2f16a891
commit
1a23989475
@@ -216,7 +216,6 @@ static void scc_irq_disable(int);
|
||||
* console_loglevel determines NMI handler function
|
||||
*/
|
||||
|
||||
extern irqreturn_t mac_bang(int, void *, struct pt_regs *);
|
||||
irqreturn_t mac_nmi_handler(int, void *, struct pt_regs *);
|
||||
irqreturn_t mac_debug_handler(int, void *, struct pt_regs *);
|
||||
|
||||
|
Reference in New Issue
Block a user