From 43b1487f08e821dbcc9411aaa7ee9539c03450ee Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Fri, 27 Dec 2002 19:11:23 -0800 Subject: [PATCH] Amiflop incorrect sti() Amiga floppy: fix incorrect sti() --- drivers/block/amiflop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/block/amiflop.c b/drivers/block/amiflop.c index f28d18733af5..64422bb80d7b 100644 --- a/drivers/block/amiflop.c +++ b/drivers/block/amiflop.c @@ -322,7 +322,7 @@ static void fd_deselect (int drive) get_fdc(drive); save_flags (flags); - sti(); + cli(); selected = -1; -- cgit v1.2.3