From: Steven J. Hill Date: Mon, 25 Mar 2013 18:22:59 +0000 (-0500) Subject: MIPS: microMIPS: Disable LL/SC and fix linker bug. X-Git-Tag: v3.10-rc1~15^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1658f914ff91c3bf572d5ddae3773720f6803d20;p=pandora-kernel.git MIPS: microMIPS: Disable LL/SC and fix linker bug. Partially revert commit e0c14a260d66ba35935600d6435940a566fe806b and turn off LL/SC when building a pure microMIPS kernel. This is a temporary fix until the cmpxchg assembly macro functions are re-written to not use the HI/LO registers in address calculations. Also add .insn in selected user access functions which would otherwise produce ISA mode jump incompatibilities. This is also a temporary fix. Signed-off-by: Steven J. Hill --- Reading git-diff-tree failed