CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/20 19:36:55
Modified files:
sys/dev/pci/drm/include/linux: atomic.h
Log message:
call smp_mb__before_atomic() in atomic_set_release()
smp_mb__before_atomic() doesn't expand to anything on x86, and
atomic_set_release() is only called from inteldrm. In the next linux 6.12
release, atomic_set_release() will be used by amdgpu.
