]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pass the pcb to store the vfp state in to vfp_save_state. This fixes a bug
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 3 Aug 2015 11:05:02 +0000 (11:05 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 3 Aug 2015 11:05:02 +0000 (11:05 +0000)
commitf692e3255568a0cbfb00f7981b100cfd717179c6
tree8ade543a8fb63714f0ea6032d0a3915e4e8e5aef
parentebbc56ecd6f462f1be9b2d877fca79c8b770a154
Pass the pcb to store the vfp state in to vfp_save_state. This fixes a bug
in savectx where it will be used to store the current state however will
pass in a pcb when vfp_save_state expected a thread pointer.

Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
sys/arm64/arm64/machdep.c
sys/arm64/arm64/swtch.S
sys/arm64/arm64/vfp.c
sys/arm64/arm64/vm_machdep.c
sys/arm64/include/vfp.h