Skip to content

Commit c57e5dc

Browse files
Al Viropaulmckrcu
authored andcommitted
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: b344d6a "parisc: add support for cmpxchg on u8 pointers" Signed-off-by: Al Viro <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 7e00072 commit c57e5dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/parisc/kernel/parisc_ksyms.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ EXPORT_SYMBOL(memset);
2222
#include <linux/atomic.h>
2323
EXPORT_SYMBOL(__xchg8);
2424
EXPORT_SYMBOL(__xchg32);
25+
EXPORT_SYMBOL(__cmpxchg_u8);
2526
EXPORT_SYMBOL(__cmpxchg_u32);
2627
EXPORT_SYMBOL(__cmpxchg_u64);
2728
#ifdef CONFIG_SMP

0 commit comments

Comments
 (0)