Page MenuHomeFreeBSD

arm: fix atomic_testand{set,clear}_64 for ops on high bits
ClosedPublic

Authored by rlibby on Jan 2 2021, 8:29 PM.
Tags
None
Referenced Files
F104125570: D27897.id.diff
Tue, Dec 3, 9:03 PM
Unknown Object (File)
Sat, Nov 23, 12:39 PM
Unknown Object (File)
Thu, Nov 21, 6:41 AM
Unknown Object (File)
Wed, Nov 13, 6:31 PM
Unknown Object (File)
Oct 6 2024, 8:37 AM
Unknown Object (File)
Oct 5 2024, 11:56 AM
Unknown Object (File)
Oct 2 2024, 8:27 PM
Unknown Object (File)
Oct 2 2024, 7:21 PM
Subscribers

Details

Summary

The fix in bd03acedb804add1e22178d50eb2bfb703974ddf worked for 32-bit
ops, and for 64-bit ops for bit arguments of 0 - 95, but then was broken
for operations on the high 32 bits after that.


See also D27886, D27895, and bd03acedb804add1e22178d50eb2bfb703974ddf.

Test Plan

So far just buildkernel, I haven't been able to get qemu-system-arm working.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35862
Build 32751: arc lint + arc unit