aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
diff options
context:
space:
mode:
authorGravatar Herbert Xu <herbert@gondor.apana.org.au> 2020-07-29 22:31:05 +1000
committerGravatar Peter Zijlstra <peterz@infradead.org> 2020-07-29 16:14:18 +0200
commit7ca8cf5347f720b07a0b32a924b768f5710547e7 (patch)
tree1a7e64ab24c7c61415af5537d9c3319f37599005 /arch/xtensa
parentlockdep: Move list.h inclusion into lockdep.h (diff)
downloadlinux-7ca8cf5347f720b07a0b32a924b768f5710547e7.tar.gz
linux-7ca8cf5347f720b07a0b32a924b768f5710547e7.tar.bz2
linux-7ca8cf5347f720b07a0b32a924b768f5710547e7.zip
locking/atomic: Move ATOMIC_INIT into linux/types.h
This patch moves ATOMIC_INIT from asm/atomic.h into linux/types.h. This allows users of atomic_t to use ATOMIC_INIT without having to include atomic.h as that way may lead to header loops. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Waiman Long <longman@redhat.com> Link: https://lkml.kernel.org/r/20200729123105.GB7047@gondor.apana.org.au
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/include/asm/atomic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/xtensa/include/asm/atomic.h b/arch/xtensa/include/asm/atomic.h
index 3e7c6134ed32..744c2f463845 100644
--- a/arch/xtensa/include/asm/atomic.h
+++ b/arch/xtensa/include/asm/atomic.h
@@ -19,8 +19,6 @@
#include <asm/cmpxchg.h>
#include <asm/barrier.h>
-#define ATOMIC_INIT(i) { (i) }
-
/*
* This Xtensa implementation assumes that the right mechanism
* for exclusion is for locking interrupts to level EXCM_LEVEL.