Re: Pre-2.0.20

Phil Edwards (pedwards@valhalla.cs.wright.edu)
Fri, 13 Sep 1996 13:10:01 -0400


Well, 2.0.20 is out now. It's mirrored on my workstation already,
and if it's close to you, you're welcome to get it (fenric.cs.wright.edu).

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__