cmpxchg (d12157efc8e083c77d054675fcdd594f54cc7e2b) | cmpxchg (9257959a6e5b4fca6fc8e985790bff62c2046f20) |
---|---|
1cat <<EOF 2static __always_inline ${int} | 1cat <<EOF 2static __always_inline ${int} |
3arch_${atomic}_cmpxchg${order}(${atomic}_t *v, ${int} old, ${int} new) | 3raw_${atomic}_cmpxchg${order}(${atomic}_t *v, ${int} old, ${int} new) |
4{ | 4{ |
5 return arch_cmpxchg${order}(&v->counter, old, new); | 5 return raw_cmpxchg${order}(&v->counter, old, new); |
6} 7EOF | 6} 7EOF |