From: Markos Chandras Date: Wed, 5 Nov 2014 14:17:52 +0000 (+0000) Subject: MIPS: asm: asmmacro: Replace "add" instructions with "addu" X-Git-Tag: fixes-v4.0-rc1~21^2~26^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a833c1fa4de0695830f77b2d13fd86693da298;p=pandora-kernel.git MIPS: asm: asmmacro: Replace "add" instructions with "addu" The "add" instruction is actually a macro in binutils and depending on the size of the immediate it can expand to an "addi" instruction. However, the "addi" instruction traps on overflows which is not something we want on address calculation. Link: http://www.linux-mips.org/archives/linux-mips/2015-01/msg00121.html Cc: Paul Burton Cc: Maciej W. Rozycki Cc: # v3.15+ Signed-off-by: Markos Chandras --- Reading git-diff-tree failed