Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/mips



On Fri, Jul 09, 2010 at 05:19:48PM +0000, Tom Spindler wrote:
> > Modified Files:
> >     src/sys/arch/mips/include: asm.h
> >     src/sys/arch/mips/mips: lock_stubs.S
> > 
> > Log Message:
> > implement ucas_* for mips.
> 
> Alas, this fails to build on evbmips-eb:
> 
> /src/nbsrc/sys/arch/mips/mips/lock_stubs.S:176: Error: opcode not supported 
> on this processor: mips32 (mips32) `lld $8,($4)'
> /src/nbsrc/sys/arch/mips/mips/lock_stubs.S:179: Error: opcode not supported 
> on this processor: mips32 (mips32) `scd $9,($4)'

or I guess more generally if the only processor type enabled is MIPS32?

I didn't use the INT_* LONG_* PTR_* REG_* macros here because it seemed
like a good idea at the time, but I'm not sure what I was thinking anymore.
I'll change it to use those.

-Chuck


Home | Main Index | Thread Index | Old Index