diff options
| author | Catalin(ux aka Dino) BOIE <util@deuroconsult.ro> | 2006-03-04 12:18:59 -0500 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-03-04 12:18:59 -0500 |
| commit | ad8c48ad3bbef078616ed4d2652d362dfd962f09 (patch) | |
| tree | e400f39c22cf68621be51042a860cf402c3a9bd5 /scripts/basic/docproc.c | |
| parent | e72fd96e8ee3ff4dd80757172a4fe49bd92fea9c (diff) | |
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>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions
