summaryrefslogtreecommitdiff
path: root/arch/xtensa/lib/lshrdi3.S
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2023-05-11 23:53:08 +0300
committerMax Filippov <jcmvbkbc@gmail.com>2023-06-13 05:48:57 +0300
commit338d9150900d39530d3b49a446ef68d28d98e377 (patch)
tree34764d16bab960a473953e03ced3bbf7e360006f /arch/xtensa/lib/lshrdi3.S
parent74e25376b0fea8912d85df6e53a096c51f9df9f5 (diff)
downloadlinux-338d9150900d39530d3b49a446ef68d28d98e377.tar.xz
xtensa: add asm-prototypes.h
Move assembly source prototypes from xtensa_ksyms.c to asm/asm-prototypes.h, move corresponding EXPORT_SYMBOLs to the assembly sources and enable HAVE_ASM_MODVERSIONS for xtensa. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/lib/lshrdi3.S')
-rw-r--r--arch/xtensa/lib/lshrdi3.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/lib/lshrdi3.S b/arch/xtensa/lib/lshrdi3.S
index 129ef8d1725b..e432e1a40702 100644
--- a/arch/xtensa/lib/lshrdi3.S
+++ b/arch/xtensa/lib/lshrdi3.S
@@ -26,3 +26,4 @@ ENTRY(__lshrdi3)
abi_ret_default
ENDPROC(__lshrdi3)
+EXPORT_SYMBOL(__lshrdi3)