From d41a8c5309731401253b10bc46cfb6ebc20b3481 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 18 Oct 1998 04:36:58 +0000 Subject: OOPS! Supply the moduledata handle rather than the event dispatcher function. This should explain the panic on boot problem that's been discussed in -current at the moment. Both machines had GNU_MATH_EMULATE. --- sys/gnu/i386/fpemul/fpu_entry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/gnu/i386') diff --git a/sys/gnu/i386/fpemul/fpu_entry.c b/sys/gnu/i386/fpemul/fpu_entry.c index bde2ef6..5b6069b 100644 --- a/sys/gnu/i386/fpemul/fpu_entry.c +++ b/sys/gnu/i386/fpemul/fpu_entry.c @@ -55,7 +55,7 @@ * * W. Metzenthen June 1994. * - * $Id: fpu_entry.c,v 1.14 1998/08/16 01:21:48 bde Exp $ + * $Id: fpu_entry.c,v 1.15 1998/10/16 03:54:59 peter Exp $ * */ @@ -544,6 +544,6 @@ moduledata_t gnufpumod = { gnufpu_modevent, 0 }; -DECLARE_MODULE(gnufpu, gnufpu_modevent, SI_SUB_PSEUDO, SI_ORDER_ANY); +DECLARE_MODULE(gnufpu, gnufpumod, SI_SUB_PSEUDO, SI_ORDER_ANY); #endif /* LKM */ -- cgit v1.1