svn commit: r310029 - head/sys/mips/mips

John Baldwin jhb at freebsd.org
Tue Dec 13 21:22:23 UTC 2016


On Tuesday, December 13, 2016 07:27:32 PM John Baldwin wrote:
> Author: jhb
> Date: Tue Dec 13 19:27:31 2016
> New Revision: 310029
> URL: https://svnweb.freebsd.org/changeset/base/310029
> 
> Log:
>   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

This permits booting an n32 kernel under qemu-system-mips64.  However,
/sbin/init gets stuck in some sort of recursive loop (I think) which
causes it to overflow its stack, so userland doesn't quite work yet.

-- 
John Baldwin


More information about the svn-src-all mailing list