Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2001 14:28:43 -0800
From:      Dima Dorfman <dima@unixfreak.org>
To:        Manfred Antar <null@pozo.com>
Cc:        current@FreeBSD.ORG, smp@FreeBSD.ORG
Subject:   Re: Current SMP kernel won't build 
Message-ID:  <20010225222843.8FAEF3E02@bazooka.unixfreak.org>
In-Reply-To: Message from Manfred Antar <null@pozo.com>  of "Sun, 25 Feb 2001 14:03:42 PST." <5.0.2.1.2.20010225140128.00a6a968@pozo.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010225222843.8FAEF3E02>