Re: patch for sd.c: fix MB vs. GB

Andrea Arcangeli (andrea@e-mind.com)
Tue, 29 Dec 1998 01:25:25 +0100 (CET)


+ /* Ugly but a reset can be slow, yet must be protected */
+
+ disable_irq(dev->irq);
+ synchronize_irq();
+ spin_lock(&ei_local->page_lock);

disable_irq() just synchronize_irqs when needed. Maybe I am missing
something...

Andrea Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/