From: H. Peter Anvin Date: Mon, 19 Jun 2006 14:35:36 +0000 (+0100) Subject: [ARM] Fix byte order macros for Thumb X-Git-Tag: v2.6.18-rc1~1098^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441ff855f3edf5d355bea30f557bbed6bcd42c6c;p=pandora-kernel.git [ARM] Fix byte order macros for Thumb The byte order functions are visible to userspace. Unfortunately, __arch_swab32() contains an assembly instruction which is invalid when compiling for Thumb. This reverts to the C version when compiling for Thumb. Signed-off-by: H. Peter Anvin Signed-off-by: Russell King --- Reading git-diff-tree failed