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:
10ad05d
)
[libata sata_nv] eliminate duplicate codepaths with iomap
author
Jeff Garzik
<jeff@garzik.org>
Thu, 23 Mar 2006 04:59:46 +0000
(23:59 -0500)
committer
Jeff Garzik
<jeff@garzik.org>
Thu, 23 Mar 2006 04:59:46 +0000
(23:59 -0500)
eliminate a bunch of
if (mmio)
writel()
else
outl()
code with the pci_iomap() and io{read,write}{8,16,32}() interface.
No differences found