commit | e496453d3e15ae3e153a03116cb6070e00ec63ee | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Sun Apr 06 21:42:49 2014 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri May 30 21:01:08 2014 +0200 |
tree | 8668bb8bdeee94b9db32246eb7729bffd7301d8e | |
parent | 06947aaaf9bf7da0b29e211ee1a44f3ca91c08fa [diff] |
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>