patch-2.2.18 linux/arch/m68k/kernel/m68k_ksyms.c

Next file: linux/arch/m68k/kernel/process.c
Previous file: linux/arch/m68k/kernel/m68k_defs.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/m68k/kernel/m68k_ksyms.c linux/arch/m68k/kernel/m68k_ksyms.c
@@ -19,9 +19,13 @@
 #include <asm/hardirq.h>
 #include <asm/softirq.h>
 #include <asm/m68kserial.h>
+#include <asm/hwtest.h>
 
 asmlinkage long long __ashrdi3 (long long, int);
+asmlinkage long long __ashldi3 (long long, int);
+asmlinkage long long __lshrdi3 (long long, int);
 extern char m68k_debug_device[];
+extern void ret_from_exception(void);
 
 extern void dump_thread(struct pt_regs *, struct user *);
 extern int dump_fpu(elf_fpregset_t *);
@@ -44,6 +48,7 @@
 EXPORT_SYMBOL(__ioremap);
 EXPORT_SYMBOL(iounmap);
 EXPORT_SYMBOL(m68k_debug_device);
+EXPORT_SYMBOL(hwreg_present);
 EXPORT_SYMBOL(dump_fpu);
 EXPORT_SYMBOL(dump_thread);
 EXPORT_SYMBOL(strnlen);
@@ -57,6 +62,10 @@
 EXPORT_SYMBOL(kernel_thread);
 EXPORT_SYMBOL(register_serial);
 EXPORT_SYMBOL(unregister_serial);
+EXPORT_SYMBOL(ret_from_exception);
+#ifdef CONFIG_VME
+EXPORT_SYMBOL(vme_brdtype);
+#endif
 
 /* Networking helper routines. */
 EXPORT_SYMBOL(csum_partial_copy);
@@ -66,6 +75,8 @@
    their interface isn't gonna change any time soon now, so
    it's OK to leave it out of version control.  */
 EXPORT_SYMBOL_NOVERS(__ashrdi3);
+EXPORT_SYMBOL_NOVERS(__ashldi3);
+EXPORT_SYMBOL_NOVERS(__lshrdi3);
 EXPORT_SYMBOL_NOVERS(memcpy);
 EXPORT_SYMBOL_NOVERS(memset);
 EXPORT_SYMBOL_NOVERS(memcmp);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)