aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/atomic_ll_sc.c
diff options
context:
space:
mode:
authorAndrew Murray <andrew.murray@arm.com>2019-08-28 18:50:09 +0100
committerWill Deacon <will@kernel.org>2019-08-29 15:53:49 +0100
commiteb3aabbfbfc203082d06a64517df97a3746ba9ea (patch)
tree826d910cc94d2f96ddf4fda0d0e249801565fd66 /arch/arm64/lib/atomic_ll_sc.c
parentarm64: avoid using hard-coded registers for LSE atomics (diff)
downloadlinux-dev-eb3aabbfbfc203082d06a64517df97a3746ba9ea.tar.xz
linux-dev-eb3aabbfbfc203082d06a64517df97a3746ba9ea.zip
arm64: atomics: Remove atomic_ll_sc compilation unit
We no longer fall back to out-of-line atomics on systems with CONFIG_ARM64_LSE_ATOMICS where ARM64_HAS_LSE_ATOMICS is not set. Remove the unused compilation unit which provided these symbols. Signed-off-by: Andrew Murray <andrew.murray@arm.com> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to '')
-rw-r--r--arch/arm64/lib/atomic_ll_sc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/lib/atomic_ll_sc.c b/arch/arm64/lib/atomic_ll_sc.c
deleted file mode 100644
index b0c538b0da28..000000000000
--- a/arch/arm64/lib/atomic_ll_sc.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <asm/atomic.h>
-#define __ARM64_IN_ATOMIC_IMPL
-#include <asm/atomic_ll_sc.h>