From owner-freebsd-smp Sun Feb 25 14:28:52 2001 Delivered-To: freebsd-smp@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 9326C37B4EC; Sun, 25 Feb 2001 14:28:49 -0800 (PST) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 8FAEF3E02; Sun, 25 Feb 2001 14:28:43 -0800 (PST) To: Manfred Antar Cc: current@FreeBSD.ORG, smp@FreeBSD.ORG Subject: Re: Current SMP kernel won't build In-Reply-To: Message from Manfred Antar of "Sun, 25 Feb 2001 14:03:42 PST." <5.0.2.1.2.20010225140128.00a6a968@pozo.com> Date: Sun, 25 Feb 2001 14:28:43 -0800 From: Dima Dorfman Message-Id: <20010225222843.8FAEF3E02@bazooka.unixfreak.org> Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > cam_periph.o: In function `cam_periph_mapmem': > /usr/src/sys/compile/pro2/../../cam/cam_periph.c(.text+0xa42): undefined refe > rence to `_mtx_assert' Try putting, options INVARIANT_SUPPORT in your kernel config. I think jhb recently made mtx_assert conditional on that option. Either that, or take out "options INVARIANTS". Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message