From: Harvey Harrison Date: Wed, 29 Oct 2008 22:33:28 +0000 (-0700) Subject: sparc64: remove byteshifting from out* helpers X-Git-Tag: v2.6.28-rc3~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1758ef68a07f42983371dc1d2bf0ae80b4d8ea16;p=pandora-kernel.git sparc64: remove byteshifting from out* helpers __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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed