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)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 10 Apr 2024 05:06:00 +0000 (22:06 -0700)
commitc57e5dccb06decf3cb6c272ab138c033727149b5
treeff86f65fb33ddd6a01b94ee3dd4d9ee26e280c21
parent7e00072915b3eb4739c57e716031f40de05e7a64
parisc: add missing export of __cmpxchg_u8()

__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>
arch/parisc/kernel/parisc_ksyms.c