Page MenuHomeFreeBSD

Reduce an arm64 VFP critical section
ClosedPublic

Authored by andrew on Jan 9 2023, 9:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 30, 6:57 AM
Unknown Object (File)
Sun, Oct 27, 5:22 PM
Unknown Object (File)
Sun, Oct 27, 4:52 PM
Unknown Object (File)
Oct 3 2024, 1:14 AM
Unknown Object (File)
Oct 2 2024, 6:12 PM
Unknown Object (File)
Sep 27 2024, 5:48 PM
Unknown Object (File)
Sep 26 2024, 4:23 AM
Unknown Object (File)
Sep 21 2024, 3:59 AM
Subscribers

Details

Summary

In set_fpcontext we only need a critical section around vfp_discard.
The remainder of the code can run without it.

While here add an assert to check the passed in thread is the
current thread as the code already this.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49027
Build 45916: arc lint + arc unit