HomeFreeBSD

When saving a context on arm call the vfp handler

Description

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

Details

Provenance
andrewAuthored on Feb 20 2023, 12:22 PM
Parents
rG8aad241ed0c5: Add myself to the github code owners file
Branches
Unknown
Tags
Unknown