It was introduced in commit "mips: use wsbh/dsbh/dshd on Loongson3A" (http://patchwork.linux-mips.org/patch/7542/) Signed-off-by: Jie Chen <chenj@xxxxxxxxxx> Signed-off-by: Huacai Chen <chenhc@xxxxxxxxxx> --- arch/mips/include/uapi/asm/swab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/include/uapi/asm/swab.h b/arch/mips/include/uapi/asm/swab.h index 20b884a..8f2d184 100644 --- a/arch/mips/include/uapi/asm/swab.h +++ b/arch/mips/include/uapi/asm/swab.h @@ -55,8 +55,8 @@ static inline __attribute_const__ __u64 __arch_swab64(__u64 x) __asm__( " .set push \n" " .set arch=mips64r2 \n" - " dsbh %0, %1\n" - " dshd %0, %0" + " dsbh %0, %1 \n" + " dshd %0, %0 \n" " .set pop \n" : "=r" (x) : "r" (x)); -- 1.9.0