Files
linux/drivers
Catalin(ux aka Dino) BOIE ad8c48ad3b Fix io ordering problems in e100
Checking e100.c code against Documentation/io_ordering.txt I found the
following problem:

spin_lock_irq...
write
spin-unlock
e100_write_flush

The attached patch fix the code like this:

spin_lock_irq...
write
e100_write_flush
spin-unlock

Signed-off-by: Catalin BOIE <catab@umbrella.ro>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-03-04 12:18:59 -05:00
..
2006-01-14 18:27:13 -08:00
2006-02-13 22:30:10 -08:00
2005-10-30 17:37:32 -08:00
2006-03-04 12:18:59 -05:00
2006-02-28 20:53:43 -08:00
2006-02-20 20:00:12 -08:00
2006-01-14 10:41:42 -08:00
2006-01-10 00:08:17 +01:00
2006-01-18 19:20:31 -08:00