CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/14 08:00:16
Modified files:
sys/dev/pci/drm/include/linux: atomic.h
Log message:
We don't have 64-bit atomics on powerpc, but we don't really need them.
So don't provide atomic64_cmpxchg() on powerpc and on other architectures
make its implementation similar to atomic64_xchg().
This makes the tree build again on macppc.
suggested by & ok jsg@
