From: Linus Torvalds Date: Wed, 7 Jan 2009 05:17:57 +0000 (-0800) Subject: Fix up 64-bit byte swaps for most 32-bit architectures X-Git-Tag: v2.6.29-rc1~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede6f5aea054d3fb67c78857f7abdee602302043;p=pandora-kernel.git 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 Reported-by: Benjamin Herrenschmidt Cc: Harvey Harrison Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed