Re: IDE still misbehaving in pre-2.1.89-4

MOLNAR Ingo (mingo@chiara.csoma.elte.hu)
Tue, 3 Mar 1998 22:38:56 +0100 (CET)


there is one thing i can think of, disable_irq() has changed it's behavior
with the IO-APIC code. Here is a dirty patch that reverts the behavior,
wondering wether the problems change. (make sure you dont run with this
patch for too long time, it's slightly incorrect)

-- mingo

--- linux/arch/i386/kernel/.irq.c.orig Mon Mar 9 10:52:53 1998
+++ linux/arch/i386/kernel/irq.c Mon Mar 9 10:53:33 1998
@@ -630,7 +630,7 @@
irq_handles[irq]->disable(irq);
spin_unlock_irqrestore(&irq_controller_lock, flags);

- synchronize_irq();
+/* synchronize_irq();*/
}

/*

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu