diff options
author | Maxim Kuvyrkov <maxim@codesourcery.com> | 2009-10-02 12:32:18 +0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-02-27 18:27:13 +0100 |
commit | 145452649d035e4e5152f6c4e6798c41960cad3e (patch) | |
tree | 89b02d000f00f30149beec12ac534fd5c59dce97 /arch/m68k | |
parent | 06a79b82b2a3e4bebb9a20638ca208c780e9e507 (diff) | |
download | linux-3.10-145452649d035e4e5152f6c4e6798c41960cad3e.tar.gz linux-3.10-145452649d035e4e5152f6c4e6798c41960cad3e.tar.bz2 linux-3.10-145452649d035e4e5152f6c4e6798c41960cad3e.zip |
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')
-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 5b754aace74..b7b37a40def 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) } #define __arch_swab32 __arch_swab32 -#elif !defined(__uClinux__) +#elif !defined(__mcoldfire__) static inline __attribute_const__ __u32 __arch_swab32(__u32 val) { |