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, Sep 17, 6:01 PM
Unknown Object (File)
Tue, Sep 17, 5:46 PM
Unknown Object (File)
Tue, Sep 17, 5:38 PM
Unknown Object (File)
Sun, Sep 8, 1:13 AM
Unknown Object (File)
Tue, Sep 3, 5:19 AM
Unknown Object (File)
Sat, Aug 31, 8:15 AM
Unknown Object (File)
Aug 22 2024, 11:26 AM
Unknown Object (File)
Aug 17 2024, 12:35 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