Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [matt-nb5-mips64] src/sys/arch/mips
Module Name: src
Committed By: matt
Date: Sat May 15 20:27:48 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: mips_opcode.h proc.h
sysarch.h
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_emul.c sys_machdep.c
Log Message:
Add kernel support for MIPS TLS. Use rdhwr rt, $29 as defined by the MIPS
TLS spec so that Linux MIPS binaries will work. Use sysarch(MIPS_TINFOSET, v)
to set the pointer.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.96.1 src/sys/arch/mips/include/mips_opcode.h
cvs rdiff -u -r1.21.36.7 -r1.21.36.8 src/sys/arch/mips/include/proc.h
cvs rdiff -u -r1.8 -r1.8.96.1 src/sys/arch/mips/include/sysarch.h
cvs rdiff -u -r1.14.78.9 -r1.14.78.10 src/sys/arch/mips/mips/mips_emul.c
cvs rdiff -u -r1.33 -r1.33.28.1 src/sys/arch/mips/mips/sys_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index