patch-2.3.16 linux/arch/alpha/kernel/alpha_ksyms.c
Next file: linux/arch/alpha/kernel/bios32.c
Previous file: linux/arch/alpha/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Aug 31 10:50:39 1999
- Orig file:
v2.3.15/linux/arch/alpha/kernel/alpha_ksyms.c
- Orig date:
Wed Aug 4 15:48:00 1999
diff -u --recursive --new-file v2.3.15/linux/arch/alpha/kernel/alpha_ksyms.c linux/arch/alpha/kernel/alpha_ksyms.c
@@ -36,6 +36,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 void ___delay(void);
/* these are C runtime functions with special calling conventions: */
extern void __divl (void);
@@ -146,6 +147,11 @@
EXPORT_SYMBOL_NOVERS(__down_failed);
EXPORT_SYMBOL_NOVERS(__down_failed_interruptible);
EXPORT_SYMBOL_NOVERS(__up_wakeup);
+
+/*
+ * This is called specially from __delay.
+ */
+EXPORT_SYMBOL_NOVERS(___delay);
/*
* SMP-specific symbols.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)