summaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
authorLinus Torvalds2009-01-07 06:17:57 +0100
committerLinus Torvalds2009-01-07 06:17:57 +0100
commitede6f5aea054d3fb67c78857f7abdee602302043 (patch)
tree45362cd6f23e2eddc0004c96c46bca4ad82c9bd3 /init/main.c
parentbyteorder: remove the now unused byteorder.h (diff)
downloadkernel-qcow2-linux-ede6f5aea054d3fb67c78857f7abdee602302043.tar.gz
kernel-qcow2-linux-ede6f5aea054d3fb67c78857f7abdee602302043.tar.xz
kernel-qcow2-linux-ede6f5aea054d3fb67c78857f7abdee602302043.zip
Fix up 64-bit byte swaps for most 32-bit architectures
The __SWAB_64_THRU_32__ case of a 64-bit byte swap was depending on the no-longer-existant ___swab32() method (three underscores). We got rid of some of the worst indirection and complexity, and now it should just use the 32-bit swab function that was defined right above it. Reported-and-tested-by: Nicolas Pitre <nico@cam.org> Reported-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/main.c')
0 files changed, 0 insertions, 0 deletions