From owner-freebsd-current Thu Mar 1 20:44:29 2001 Delivered-To: freebsd-current@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 18A3037B71A for ; Thu, 1 Mar 2001 20:44:22 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@dhcp152.geekhouse.net [192.168.1.152]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f224is154620; Thu, 1 Mar 2001 20:44:55 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200103020151.f221pQd52948@harmony.village.org> Date: Thu, 01 Mar 2001 20:44:01 -0800 (PST) From: John Baldwin To: Warner Losh Subject: Re: undefined reference _mtx_assert Cc: current@FreeBSD.org, Alexander Leidinger Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 02-Mar-01 Warner Losh wrote: > In message 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 -- 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