Date: Thu, 01 Mar 2001 20:44:01 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Warner Losh <imp@harmony.village.org> Cc: current@FreeBSD.org, Alexander Leidinger <Alexander@Leidinger.net> Subject: Re: undefined reference _mtx_assert Message-ID: <XFMail.010301204401.jhb@FreeBSD.org> In-Reply-To: <200103020151.f221pQd52948@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 02-Mar-01 Warner Losh wrote: > In message <XFMail.010301093441.jhb@FreeBSD.org> John Baldwin writes: >: Add INVARIANT_SUPPORT to your kernel config, and you should be reading your >: cvs-all and -current mail. :) > > Is there a reason to not have INVARIANT_SUPPORT be default for a while > in -current? I'm already working on this. See www.freebsd.org/~jhb/patches/newkern.patch. This is verified to work on x86 just fine (it affects release, so it requires more testing than might seem obvious at first.) It should work on the alpha, but I can't get my alpha machine to stay up through a buildworld. Right now it is getting a page fault while holding a spinlock, which blows up since it tries to grab a sleep lock with interrupts disabled. Then again, it may just be at a raised IPL above 0 but not at IPL_HIGH. Not sure yet. *sigh* > Warner -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.010301204401.jhb>