Module Name: src Committed By: simonb Date: Sat Jan 9 11:49:17 UTC 2010
Modified Files: src/sys/arch/mips/mips: lock_stubs.S Log Message: Don't always use ".set mips3" - that explicitly uses 64-bit instructions and we may be on a 32-bit CPU. Instead use .set mips3/mips32/mips64 depending on current build arch. Should fix boot problems on a Alchemy CPU reported by KIYOHARA Takashi on port-mips. A couple of niggles/concerns: * XXX Clean up with a macro? Same code fragment is in mipsX_subr.S too. * XXX Key off build abi instead of processor type? To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/mips/lock_stubs.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.