arm64: atomics: Remove atomic_ll_sc compilation unit
authorAndrew Murray <andrew.murray@arm.com>
Wed, 28 Aug 2019 17:50:09 +0000 (18:50 +0100)
committerWill Deacon <will@kernel.org>
Thu, 29 Aug 2019 14:53:49 +0000 (15:53 +0100)
commiteb3aabbfbfc203082d06a64517df97a3746ba9ea
tree826d910cc94d2f96ddf4fda0d0e249801565fd66
parent3337cb5aea594e4090a660e3fc3250bb669b1305
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>
arch/arm64/lib/Makefile
arch/arm64/lib/atomic_ll_sc.c [deleted file]