summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-18 04:36:58 +0000
committerpeter <peter@FreeBSD.org>1998-10-18 04:36:58 +0000
commitd41a8c5309731401253b10bc46cfb6ebc20b3481 (patch)
treedfb2f9cf1505e6624c98e879ac8aad9cda7f4d1e /sys/gnu/i386
parent0c8a74dcaf35c7675c0900c6929c5cff4e470000 (diff)
downloadFreeBSD-src-d41a8c5309731401253b10bc46cfb6ebc20b3481.zip
FreeBSD-src-d41a8c5309731401253b10bc46cfb6ebc20b3481.tar.gz
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.
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/fpemul/fpu_entry.c4
1 files changed, 2 insertions, 2 deletions
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 */
OpenPOWER on IntegriCloud