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
Unknown Object (File)
Tue, Mar 19, 4:52 AM
Unknown Object (File)
Tue, Mar 19, 3:22 AM
Unknown Object (File)
Feb 27 2024, 12:01 AM
Unknown Object (File)
Feb 18 2024, 8:21 AM
Unknown Object (File)
Dec 20 2023, 6:24 AM
Unknown Object (File)
Dec 12 2023, 10:06 AM
Unknown Object (File)
Dec 5 2023, 9:10 AM
Unknown Object (File)
Dec 5 2023, 8:24 AM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable