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:
60b8267
)
sparc64: remove byteshifting from out* helpers
author
Harvey Harrison
<harvey.harrison@gmail.com>
Wed, 29 Oct 2008 22:33:28 +0000
(15:33 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 29 Oct 2008 22:33:28 +0000
(15:33 -0700)
__raw_write avoids the need to byteswap, as we are reading from a
host-endian area, just deref the pointers directly, taking care
of alignment.
As before, outsw must be called with a 2-byte aligned pointer.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found