projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a79b8
)
m68k: Fix asm/swab.h for ColdFire
author
Maxim Kuvyrkov
<maxim@codesourcery.com>
Fri, 2 Oct 2009 08:32:18 +0000
(12:32 +0400)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Sat, 27 Feb 2010 17:27:13 +0000
(18:27 +0100)
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>
arch/m68k/include/asm/swab.h
patch
|
blob
|
history
diff --git
a/arch/m68k/include/asm/swab.h
b/arch/m68k/include/asm/swab.h
index 5b754aace744959af8918e2b94ab3f7351c1ed1c..b7b37a40defc82d167a354fd9a8a63aeb4e4cf48 100644
(file)
--- 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)
{