History log of /freebsd-11-stable/sys/arm64/arm64/vm_machdep.c
Revision Date Author Comments
# 319207 30-May-2017 andrew

MFC r317361:

Call the PSCI reset from cpu_reset on arm64. When rebooting from DDB the
kernel calls this directly so the event handler is not called, meaning
the computer fails to reboot.


# 304148 15-Aug-2016 ed

MFC r303923:

Make cpu_set_user_tls() work when called on the running thread.

On all the other architectures, this function can also be called on the
currently running thread. In this case, we shouldn't fix up the address
in the PCB, but also patch up the register itself. Otherwise it will not
become active and will simply become overwritten by the next switch.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D7437