Date: Thu, 29 Dec 2005 18:50:06 GMT From: John Baldwin <jhb@freebsd.org> To: freebsd-emulation@FreeBSD.org Subject: Re: kern/73978: [ibcs2] an error message appears during loading of ibcs2 module Message-ID: <200512291850.jBTIo6bh022110@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/73978; it has been noted by GNATS. From: John Baldwin <jhb@freebsd.org> To: bug-followup@freebsd.org, sathishmls@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@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512291850.jBTIo6bh022110>