summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/patches/008-adm5120_hardware_swab.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-06-23 05:30:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-06-23 05:30:31 +0000
commit0b1fdf1ad8f3c6f0fc59ecf63b18d62d9b032ed8 (patch)
tree016020b83eab9d5ea5c2a7d5b3e6650184f98883 /target/linux/adm5120-2.6/patches/008-adm5120_hardware_swab.patch
parent2e3c3918f2d81a8a4af30ecb44454ae326c8d7bd (diff)
downloadmaster-31e0f0ae-0b1fdf1ad8f3c6f0fc59ecf63b18d62d9b032ed8.tar.gz
master-31e0f0ae-0b1fdf1ad8f3c6f0fc59ecf63b18d62d9b032ed8.tar.bz2
master-31e0f0ae-0b1fdf1ad8f3c6f0fc59ecf63b18d62d9b032ed8.zip
fix hardware byte swapping to work in little endian mode as well
SVN-Revision: 7712
Diffstat (limited to 'target/linux/adm5120-2.6/patches/008-adm5120_hardware_swab.patch')
-rw-r--r--target/linux/adm5120-2.6/patches/008-adm5120_hardware_swab.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/patches/008-adm5120_hardware_swab.patch b/target/linux/adm5120-2.6/patches/008-adm5120_hardware_swab.patch
index a71dba2d03..6b0fe55edf 100644
--- a/target/linux/adm5120-2.6/patches/008-adm5120_hardware_swab.patch
+++ b/target/linux/adm5120-2.6/patches/008-adm5120_hardware_swab.patch
@@ -9,7 +9,7 @@
+static __inline__ __attribute_const__ __u16 ___adm5120__swab16(__u16 x)
+{
+ __asm__ (
-+ " sw %2, 0xC8(%1) \n"
++ " sh %2, 0xCA(%1) \n"
+ " lhu %0, 0xCC(%1) \n"
+ : "=r" (x)
+ : "r" (0xB2000000), "r" (x));