From owner-freebsd-current Sat Feb 24 21: 7:44 2001 Delivered-To: freebsd-current@freebsd.org Received: from urban.iinet.net.au (urban.iinet.net.au [203.59.24.231]) by hub.freebsd.org (Postfix) with ESMTP id 4831737B401 for ; Sat, 24 Feb 2001 21:07:40 -0800 (PST) (envelope-from julian@elischer.org) Received: from elischer.org (i080-119.nv.iinet.net.au [203.59.80.119]) by urban.iinet.net.au (8.8.7/8.8.7) with ESMTP id NAA24035; Sun, 25 Feb 2001 13:07:30 +0800 Message-ID: <3A9892EF.FE2EBDF3@elischer.org> Date: Sat, 24 Feb 2001 21:06:55 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: Jake Burkholder Cc: Pete Carah , current@FreeBSD.ORG Subject: Re: Panic in today current References: <20010225045018.A6CEDBACA@cr66388-a.rchrd1.on.wave.home.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jake Burkholder wrote: > > > Julian Elischer wrote: > > > > > > Pete Carah wrote: > > > > > > > > I got a panic today on a fresh kernel... > > > > > > > > Compiled with netgraph but non of the netgraph modules. > > > > > > > > Immediately after the memory probe, a message about sequencers 0-15, > > > > then: > > > > Panic: spinlock ng_worklist not in order list > > > > > The problem is probably that you put them inside of an ifdef SMP. > The ifdef is there for locks that only exist for SMP. already done thanks.. > > Move them after the #endif, like: > > /* > * leaf locks > */ > #ifdef SMP > #ifdef __i386__ > "ap boot", > "imen", > #endif > "smp rendezvous", > #endif > "ng_node", > "ng_worklist", > NULL -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000-2001 ---> X_.---._/ v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message