Skip to content

Commit 17b14c3

Browse files
author
Ley Foon Tan
committed
FogBugz #194889: nios2: Export symbol __muldi3
make modules TSE drivers have this error: ERROR: "__muldi3" [drivers/net/ethernet/altera/altera_tse.ko] undefined! __muldi3 is a function in libgcc.a. So, we need to export this symbol for loadable module to use. Signed-off-by: Ley Foon Tan <lftan@altera.com>
1 parent 9796665 commit 17b14c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/nios2/kernel/nios2_ksyms.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ DECLARE_EXPORT(__udivmoddi4);
3232
DECLARE_EXPORT(__udivsi3);
3333
DECLARE_EXPORT(__umoddi3);
3434
DECLARE_EXPORT(__umodsi3);
35+
DECLARE_EXPORT(__muldi3);

0 commit comments

Comments
 (0)