Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f922221 authored by Michael Schmitz's avatar Michael Schmitz Committed by Linus Torvalds
Browse files

[PATCH] m68k/Atari: 2.6.18 Atari IDE interrupt needs SA_SHIRQ



Atari IDE: The interrupt needs SA_SHIRQ now to get registered.

Signed-off-by: default avatarMichael Schmitz <schmitz@biophys.uni-duesseldorf.de>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c39e7eee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ int stdma_islocked(void)
void __init stdma_init(void)
{
	stdma_isr = NULL;
	request_irq(IRQ_MFP_FDC, stdma_int, IRQ_TYPE_SLOW,
	request_irq(IRQ_MFP_FDC, stdma_int, IRQ_TYPE_SLOW | SA_SHIRQ,
	            "ST-DMA: floppy/ACSI/IDE/Falcon-SCSI", stdma_int);
}