Merge branch 'locking/header'

This commit is contained in:
Peter Zijlstra
2020-07-29 16:14:21 +02:00
22 changed files with 3 additions and 42 deletions

View File

@@ -45,7 +45,6 @@ static __always_inline type pfx##_xchg(pfx##_t *v, type n) \
return xchg(&v->counter, n); \
}
#define ATOMIC_INIT(i) { (i) }
ATOMIC_OPS(atomic, int)
#ifdef CONFIG_64BIT