]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When saving a context on arm call the vfp handler
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 20 Feb 2023 12:22:11 +0000 (12:22 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 20 Feb 2023 12:29:56 +0000 (12:29 +0000)
commit24abb6b82102eec577eff9bd8dd7726e8cab89f4
treec7aac6a7fc34d6bb31d263468dc723b053d4dcb3
parent8aad241ed0c51c45370bd2879fc113170563a018
When saving a context on arm call the vfp handler

When adding kernel VFP support on arm a comparison instruction was
removed, however the branch to vfp_save_state was still conditional.
Remove the conditional check and always call into vfp_save_state as
it could cause unexpected results otherwise.

Sponsored by: Arm Ltd
sys/arm/arm/swtch-v6.S
sys/arm/arm/swtch.S