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:
717463d
)
[RADEON]: Fix unaligned I/O port access during probe.
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 30 Sep 2005 02:26:51 +0000
(19:26 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 30 Sep 2005 02:26:51 +0000
(19:26 -0700)
The driver does a readl() on DEVICE_ID which is 2-byte aligned and
2-bytes in size. It's doing this read just to flush write buffers.
Create IN16() and OUT16() macros, and use the former to do this I/O
load.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found