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
F152493915: D27897.id81520.diff
Wed, Apr 15, 7:49 AM
Unknown Object (File)
Mon, Apr 13, 7:17 PM
Unknown Object (File)
Fri, Apr 10, 6:15 PM
Unknown Object (File)
Fri, Apr 10, 2:49 AM
Unknown Object (File)
Thu, Apr 9, 7:52 PM
Unknown Object (File)
Thu, Apr 9, 3:09 AM
Unknown Object (File)
Wed, Apr 8, 8:59 PM
Unknown Object (File)
Mon, Apr 6, 2:42 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