Skip to content

Commit e4b016f

Browse files
montjoiemattst88
authored andcommitted
alpha: __udiv_qrnnd should be exported
When building an alpha kernel with mpi set as module, I hit this build error: ERROR: "__udiv_qrnnd" [lib/mpi/mpi.ko] undefined! make[2]: *** [scripts/Makefile.modpost:92: __modpost] Error 1 make[1]: *** [Makefile:1266: modules] Error 2 This is due to __udiv_qrnnd not exported. Signed-off-by: Corentin Labbe <[email protected]> Signed-off-by: Matt Turner <[email protected]>
1 parent ff11764 commit e4b016f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/alpha/math-emu/math.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,3 +401,5 @@ alpha_fp_emul_imprecise (struct pt_regs *regs, unsigned long write_mask)
401401
egress:
402402
return si_code;
403403
}
404+
405+
EXPORT_SYMBOL(__udiv_qrnnd);

0 commit comments

Comments
 (0)