VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Corentin Labbe <clabbe@baylibre.com> 2019-11-08 15:36:08 +0000 committer: Matt Turner <mattst88@gmail.com> 2021-07-25 20:55:40 -0700 commit: e4b016f4b44176807e545fd437cd519b6380e86f parent: ff1176468d368232b684f75e82563369208bc371
Commit Summary:
alpha: __udiv_qrnnd should be exported
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/arch/alpha/math-emu/math.c b/arch/alpha/math-emu/math.c
index d568cd9a3e43..5617ac0889b8 100644
--- a/arch/alpha/math-emu/math.c
+++ b/arch/alpha/math-emu/math.c
@@ -401,3 +401,5 @@ alpha_fp_emul_imprecise (struct pt_regs *regs, unsigned long write_mask)
 egress:
 	return si_code;
 }
+
+EXPORT_SYMBOL(__udiv_qrnnd);