kern/73978: [ibcs2] an error message appears during loading of
ibcs2 module
John Baldwin
jhb at freebsd.org
Thu Dec 29 10:50:07 PST 2005
The following reply was made to PR kern/73978; it has been noted by GNATS.
From: John Baldwin <jhb at freebsd.org>
To: bug-followup at freebsd.org, sathishmls at yahoo.com
Cc:
Subject: Re: kern/73978: [ibcs2] an error message appears during loading of ibcs2 module
Date: Thu, 29 Dec 2005 13:46:52 -0500
Can you try this patch:
Index: ibcs2_sysvec.c
===================================================================
RCS file: /usr/cvs/src/sys/i386/ibcs2/ibcs2_sysvec.c,v
retrieving revision 1.30
diff -u -r1.30 ibcs2_sysvec.c
--- ibcs2_sysvec.c 29 Jan 2005 23:11:58 -0000 1.30
+++ ibcs2_sysvec.c 29 Dec 2005 18:45:32 -0000
@@ -105,6 +105,8 @@
int rval = 0;
switch(type) {
+ case MOD_LOAD:
+ break;
case MOD_UNLOAD:
/* if this was an ELF module we'd use elf_brand_inuse()... */
sx_slock(&allproc_lock);
--
John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" = http://www.FreeBSD.org
More information about the freebsd-emulation
mailing list