]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ensure the userland thread and floating-point state has been saved before
authorandrew <andrew@FreeBSD.org>
Wed, 15 Apr 2015 14:18:25 +0000 (14:18 +0000)
committerandrew <andrew@FreeBSD.org>
Wed, 15 Apr 2015 14:18:25 +0000 (14:18 +0000)
commitcd724aa1cc7f7c09d36fd5f38b4bc830068637f4
treed2df9edfe3bf2df04da7c0e8dfbedf5da664c5be
parent1c148f1f5426d1f4c7ccfbb6015290ed9025e647
Ensure the userland thread and floating-point state has been saved before
copying the pcb. These values may have been changed just before the call
to fork and without a call to cpu_switch, where they would have been saved.

Sponsored by: The FreeBSD Foundation
sys/arm64/arm64/vm_machdep.c