]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: __delay ABI-dependent subtraction simplification
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 6 Apr 2014 20:42:49 +0000 (21:42 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 30 May 2014 19:01:08 +0000 (21:01 +0200)
commit195309059d468abc882c80cb81d7cc64ff4f40be
tree8668bb8bdeee94b9db32246eb7729bffd7301d8e
parent20c1906bd037ddb6b1a77aeea729d54afb3df1ee
MIPS: __delay ABI-dependent subtraction simplification

This small update to the previous fix to __delay removes a conditional
around the ABI-dependent subtraction operation within an inline asm in
favor to the standard <asm/asm.h> LONG_SUBU macro.  No change in code
produced.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6703/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/delay.c