diff options
author | Maxim Kuvyrkov <maxim@codesourcery.com> | 2009-10-02 04:32:18 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-02-27 12:27:13 -0500 |
commit | 145452649d035e4e5152f6c4e6798c41960cad3e (patch) | |
tree | 89b02d000f00f30149beec12ac534fd5c59dce97 /arch/m68k/include/asm | |
parent | 06a79b82b2a3e4bebb9a20638ca208c780e9e507 (diff) |
m68k: Fix asm/swab.h for ColdFire
Make asm/swab.h compatible with ColdFire ISA_B CPUs.
Signed-off-by: Maxim Kuvyrkov <maxim@codesourcery.com>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm')
-rw-r--r-- | arch/m68k/include/asm/swab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/swab.h b/arch/m68k/include/asm/swab.h index 5b754aace744..b7b37a40defc 100644 --- a/arch/m68k/include/asm/swab.h +++ b/arch/m68k/include/asm/swab.h | |||
@@ -14,7 +14,7 @@ static inline __attribute_const__ __u32 __arch_swab32(__u32 val) | |||
14 | } | 14 | } |
15 | 15 | ||
16 | #define __arch_swab32 __arch_swab32 | 16 | #define __arch_swab32 __arch_swab32 |
17 | #elif !defined(__uClinux__) | 17 | #elif !defined(__mcoldfire__) |
18 | 18 | ||
19 | static inline __attribute_const__ __u32 __arch_swab32(__u32 val) | 19 | static inline __attribute_const__ __u32 __arch_swab32(__u32 val) |
20 | { | 20 | { |