From: Markos Chandras Date: Tue, 3 Mar 2015 18:48:48 +0000 (+0000) Subject: MIPS: asm: spinlock: Fix addiu instruction for R10000_LLSC_WAR case X-Git-Tag: omap-for-v4.1/fixes-rc1~111^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518222161d4a2d3f3b2700098563b62383f83878;p=pandora-kernel.git MIPS: asm: spinlock: Fix addiu instruction for R10000_LLSC_WAR case Commit 5753762cbd1c("MIPS: asm: spinlock: Replace "sub" instruction with "addiu") replaced the "sub" instruction with addiu but it did not update the immediate value in the R10000_LLSC_WAR case. Signed-off-by: Markos Chandras Fixes: 5753762cbd1c("MIPS: asm: spinlock: Replace "sub" instruction with "addiu"") Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9385/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed