X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fmips%2Finclude%2Fasm%2Fbyteorder.h;h=33790b9e0cc0d46ee41f0ec8d3f3dbf181c8a9fc;hb=b594deb0cc54d857828d2e33b2e9d5a9f02f0e89;hp=2988d29a0867f4c0ce187040e710e3c87344030d;hpb=f613984902b64cfb05599f9ba52c0af39cb4db6b;p=linux-2.6-omap-h63xx.git diff --git a/arch/mips/include/asm/byteorder.h b/arch/mips/include/asm/byteorder.h index 2988d29a086..33790b9e0cc 100644 --- a/arch/mips/include/asm/byteorder.h +++ b/arch/mips/include/asm/byteorder.h @@ -50,9 +50,8 @@ static inline __attribute_const__ __u32 __arch_swab32(__u32 x) static inline __attribute_const__ __u64 __arch_swab64(__u64 x) { __asm__( - " dsbh %0, %1 \n" - " dshd %0, %0 \n" - " drotr %0, %0, 32 \n" + " dsbh %0, %1\n" + " dshd %0, %0" : "=r" (x) : "r" (x));