]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
parisc: add missing export of __cmpxchg_u8()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 2 Apr 2024 02:35:54 +0000 (22:35 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2024 07:48:57 +0000 (09:48 +0200)
commit4685dee59c3a1b02ac82c21291d3c71bfbe31b26
treef53f0a3e8e75d305c8dfd7c6cc6bc6fc56693252
parent6c4f58fc49bed4d15ec75cac7f8096fefa25ad09
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>
arch/parisc/kernel/parisc_ksyms.c