summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2024-04-01 22:35:54 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-06-16 13:23:24 +0200
commit63d5a72afbd1505f180e81bc72e056ceea28b43b (patch)
tree40e4501ec4355702c17e0325343e9db94560b2f1 /arch
parent7610fd35b74211ab8def4e124095e600a1ae945b (diff)
downloadlinux-stable-63d5a72afbd1505f180e81bc72e056ceea28b43b.tar.gz
linux-stable-63d5a72afbd1505f180e81bc72e056ceea28b43b.tar.bz2
linux-stable-63d5a72afbd1505f180e81bc72e056ceea28b43b.zip
parisc: add missing export of __cmpxchg_u8()
[ Upstream commit c57e5dccb06decf3cb6c272ab138c033727149b5 ] __cmpxchg_u8() had been added (initially) for the sake of drivers/phy/ti/phy-tusb1210.c; the thing is, that drivers is modular, so we need an export Fixes: b344d6a83d01 "parisc: add support for cmpxchg on u8 pointers" Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/parisc/kernel/parisc_ksyms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/parisc_ksyms.c b/arch/parisc/kernel/parisc_ksyms.c
index 7baa2265d439..e0d4b7d20f67 100644
--- a/arch/parisc/kernel/parisc_ksyms.c
+++ b/arch/parisc/kernel/parisc_ksyms.c
@@ -34,6 +34,7 @@ EXPORT_SYMBOL(memset);
#include <linux/atomic.h>
EXPORT_SYMBOL(__xchg8);
EXPORT_SYMBOL(__xchg32);
+EXPORT_SYMBOL(__cmpxchg_u8);
EXPORT_SYMBOL(__cmpxchg_u32);
EXPORT_SYMBOL(__cmpxchg_u64);
#ifdef CONFIG_SMP