]> xenbits.xensource.com Git - people/royger/freebsd.git/commit
Fix remove_userlocal_code() for n32.
authorjhb <jhb@FreeBSD.org>
Tue, 13 Dec 2016 19:27:31 +0000 (19:27 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 13 Dec 2016 19:27:31 +0000 (19:27 +0000)
commit3c6b09702c758d5ef8a6998f98a6ecef83bf86a5
tree80093ed889a51a122e8f13513ad9f10f8f2efe79
parent6b0130d5b39631fb3f9d06ce5940e24cc087ca2c
Fix remove_userlocal_code() for n32.

n32 kernels use a 64-bit store to the TLS register rather than a 32-bit
store.

Sponsored by: DARPA / AFRL
sys/mips/mips/cpu.c