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, Jan 22, 9:27 AM
Unknown Object (File)
Thu, Jan 16, 11:05 PM
Unknown Object (File)
Fri, Jan 10, 9:23 AM
Unknown Object (File)
Dec 1 2024, 10:06 PM
Unknown Object (File)
Nov 15 2024, 11:41 AM
Unknown Object (File)
Nov 15 2024, 11:35 AM
Unknown Object (File)
Oct 30 2024, 6:57 AM
Unknown Object (File)
Oct 27 2024, 5:22 PM
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 Not Applicable
Unit
Tests Not Applicable