patch-2.4.1 linux/arch/sh/kernel/sh_ksyms.c
Next file: linux/arch/sh/kernel/signal.c
Previous file: linux/arch/sh/kernel/sh_bios.c
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Sun Jan 28 18:56:00 2001
-  Orig file: 
v2.4.0/linux/arch/sh/kernel/sh_ksyms.c
-  Orig date: 
Thu Jan  4 13:19:13 2001
diff -u --recursive --new-file v2.4.0/linux/arch/sh/kernel/sh_ksyms.c linux/arch/sh/kernel/sh_ksyms.c
@@ -64,10 +64,11 @@
 #define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL_NOVERS(name)
  
 /* These symbols are generated by the compiler itself */
+DECLARE_EXPORT(__udivsi3);
+DECLARE_EXPORT(__sdivsi3);
+
 #ifdef __SH4__
  
-DECLARE_EXPORT(__udivsi3_i4);
-DECLARE_EXPORT(__sdivsi3_i4);
 DECLARE_EXPORT(__movstr_i4_even);
 DECLARE_EXPORT(__movstr_i4_odd);
 DECLARE_EXPORT(__ashrdi3);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)