Skip to content
Commit ede6f5ae authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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: default avatarNicolas Pitre <nico@cam.org>
Reported-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 637b180c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment