]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
atomic_common.h: Fix the volatile qualifier placement in atomic_load_ptr
authorJessica Clarke <jrtc27@FreeBSD.org>
Sun, 20 Sep 2020 23:20:18 +0000 (23:20 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Sun, 20 Sep 2020 23:20:18 +0000 (23:20 +0000)
commit7d54cc9165a3990849b60835c85ddb388905e1b7
tree52ccf04fda3f52209e8e4f3243d4d50183e23763
parent7149d7209ea20969568edb115ba616866d1828c5
atomic_common.h: Fix the volatile qualifier placement in atomic_load_ptr

This was broken in r357940 which introduced the __typeof use. We need
the volatile qualifier to be on the pointee not the pointer otherwise it
does nothing. This was found by mhorne in D26498, noticing there was a
problem (a spin loop condition was hoisted for RISC-V boot code) but not
the root cause of it.

Reported by: mhorne
Reviewed by: mhorne, mjg
Approved by: mhorne, mjg
Differential Revision: https://reviews.freebsd.org/D26500
sys/sys/atomic_common.h