Here's the patch in question (I believe).
Luck++;
Phil
--
pedwards@cs.wright.edu http://www.cs.wright.edu/people/students/pedwards/
The gods do not protect fools. Fools are
protected by more capable fools. -Larry Niven
diff -rc linux_real/arch/i386/kernel/ksyms.c linux_real_patched/arch/i386/kernel/ksyms.c
*** linux_real/arch/i386/kernel/ksyms.c Sat Jun 29 05:00:45 1996
--- linux_real_patched/arch/i386/kernel/ksyms.c Wed Sep 11 17:11:43 1996
***************
*** 6,14 ****
--- 6,20 ----
extern void dump_thread(struct pt_regs *, struct user *);
extern int dump_fpu(elf_fpregset_t *);
+ void up_wakeup(void);
+ void down_failed(void);
+
+
static struct symbol_table arch_symbol_table = {
#include <linux/symtab_begin.h>
/* platform dependent support */
+ X(up_wakeup),
+ X(down_failed),
X(dump_thread),
X(dump_fpu),
#ifdef __SMP__