Date: Sat, 24 Feb 2001 21:06:55 -0800 From: Julian Elischer <julian@elischer.org> To: Jake Burkholder <jburkholder0829@home.com> Cc: Pete Carah <pete@ns.altadena.net>, current@FreeBSD.ORG Subject: Re: Panic in today current Message-ID: <3A9892EF.FE2EBDF3@elischer.org> References: <20010225045018.A6CEDBACA@cr66388-a.rchrd1.on.wave.home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A9892EF.FE2EBDF3>
