From owner-freebsd-current Fri Oct 31 00:13:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA20614 for current-outgoing; Fri, 31 Oct 1997 00:13:38 -0800 (PST) (envelope-from owner-freebsd-current) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA20609 for ; Fri, 31 Oct 1997 00:13:35 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id TAA07799; Fri, 31 Oct 1997 19:11:05 +1100 Date: Fri, 31 Oct 1997 19:11:05 +1100 From: Bruce Evans Message-Id: <199710310811.TAA07799@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG, Shimon@i-Connect.Net Subject: Re: LINT Kernel Question... Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Am getting, tonight, the following (and more): > >loading kernel >cd9660_node.o: Undefined symbol `_simple_lock_init' referenced from text >segment >cd9660_node.o: Undefined symbol `__simple_lock' referenced from text segment >... >What have I done? :-) Nothing. This bug has been around for about 2 months (since SMP started using simple locks a lot). Option SIMPLELOCK_DEBUG does not work with NCPUS > 1. LINT sets this option, but LINT is poorly maintained, and apparently no one uses the option (I once used it to debug locking for NCPUS == 1). Bruce