diff options
author | Peter Zijlstra <peterz@infradead.org> | 2020-07-29 16:14:21 +0200 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2020-07-29 16:14:21 +0200 |
commit | f05d67179def83545d257aaff40b974e5915af38 (patch) | |
tree | 2154a66bb1dc6ebebfe75c81395bfc3d75a0a7f8 /arch/parisc | |
parent | c84d53051fcb4f3d14d5a245e1d7ee8512bcb199 (diff) | |
parent | 459e39538e612b8dd130d34b93c9bfc89ecc836c (diff) | |
download | linux-stable-f05d67179def83545d257aaff40b974e5915af38.tar.gz linux-stable-f05d67179def83545d257aaff40b974e5915af38.tar.bz2 linux-stable-f05d67179def83545d257aaff40b974e5915af38.zip |
Merge branch 'locking/header'
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/include/asm/atomic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/include/asm/atomic.h b/arch/parisc/include/asm/atomic.h index 118953d41763..f960e2f32b1b 100644 --- a/arch/parisc/include/asm/atomic.h +++ b/arch/parisc/include/asm/atomic.h @@ -136,8 +136,6 @@ ATOMIC_OPS(xor, ^=) #undef ATOMIC_OP_RETURN #undef ATOMIC_OP -#define ATOMIC_INIT(i) { (i) } - #ifdef CONFIG_64BIT #define ATOMIC64_INIT(i) { (i) } |