git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72fd96
)
Fix io ordering problems in e100
author
Catalin(ux aka Dino) BOIE
<util@deuroconsult.ro>
Sat, 4 Mar 2006 17:18:59 +0000
(12:18 -0500)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 4 Mar 2006 17:18:59 +0000
(12:18 -0500)
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>
No differences found