Skip to content

Commit

Permalink
m68k: Fix asm/swab.h for ColdFire
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxim Kuvyrkov authored and Geert Uytterhoeven committed Feb 27, 2010
1 parent 06a79b8 commit 1454526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68k/include/asm/swab.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1454526

Please sign in to comment.