Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14545264 authored by Maxim Kuvyrkov's avatar Maxim Kuvyrkov Committed by Geert Uytterhoeven
Browse files

m68k: Fix asm/swab.h for ColdFire



Make asm/swab.h compatible with ColdFire ISA_B CPUs.

Signed-off-by: default avatarMaxim Kuvyrkov <maxim@codesourcery.com>
Acked-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 06a79b82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{