patch-2.2.18 linux/arch/alpha/kernel/alpha_ksyms.c
Next file: linux/arch/alpha/kernel/bios32.c
Previous file: linux/arch/alpha/config.in
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Nov 28 22:20:17 2000
- Orig file:
v2.2.17/arch/alpha/kernel/alpha_ksyms.c
- Orig date:
Sun Jun 11 21:44:08 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/alpha/kernel/alpha_ksyms.c linux/arch/alpha/kernel/alpha_ksyms.c
@@ -37,6 +37,7 @@
extern struct hwrpb_struct *hwrpb;
extern void dump_thread(struct pt_regs *, struct user *);
extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
+extern spinlock_t rtc_lock;
/* these are C runtime functions with special calling conventions: */
extern void __divl (void);
@@ -188,6 +189,8 @@
EXPORT_SYMBOL(local_irq_count);
#endif /* __SMP__ */
+EXPORT_SYMBOL(rtc_lock);
+
/*
* The following are special because they're not called
* explicitly (the C compiler or assembler generates them in
@@ -207,5 +210,6 @@
EXPORT_SYMBOL_NOVERS(__remqu);
EXPORT_SYMBOL_NOVERS(memcpy);
EXPORT_SYMBOL_NOVERS(memset);
+EXPORT_SYMBOL_NOVERS(memscan);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)