summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/sh_ksyms_64.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-09 17:57:21 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-05-09 17:57:21 +0900
commit1031a3a57ed76f5cb8754a89ddb22f3d9ebe8861 (patch)
treed96fa7501dcf7c74837e43a2bec084aea877eaec /arch/sh/kernel/sh_ksyms_64.c
parent2bcfffa42309b6f73042c62459bf5207762a271d (diff)
downloadlinux-1031a3a57ed76f5cb8754a89ddb22f3d9ebe8861.tar.bz2
sh: Provide an __sdivsi3_2 export for sh64.
Newer code paths that are heavier in 64-bit math manage to get this generated by newer compilers, provide a definition and export accordingly. This is trivially wrapped around the existing __sdivsi3 code. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/sh_ksyms_64.c')
-rw-r--r--arch/sh/kernel/sh_ksyms_64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/sh_ksyms_64.c b/arch/sh/kernel/sh_ksyms_64.c
index 0d74d6b8774e..8f54ef0cfbca 100644
--- a/arch/sh/kernel/sh_ksyms_64.c
+++ b/arch/sh/kernel/sh_ksyms_64.c
@@ -76,5 +76,7 @@ EXPORT_SYMBOL(strcpy);
#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
DECLARE_EXPORT(__sdivsi3);
+DECLARE_EXPORT(__sdivsi3_1);
+DECLARE_EXPORT(__sdivsi3_2);
DECLARE_EXPORT(__udivsi3);
DECLARE_EXPORT(__div_table);