Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2003 18:08:33 -0800
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Peter Wemm <peter@wemm.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/alpha/alpha mp_machdep.c
Message-ID:  <20031202020833.GB13079@dragon.nuxi.com>
In-Reply-To: <20031202015044.CA74E2A7EA@canning.wemm.org>
References:  <XFMail.20031201180935.jhb@FreeBSD.org> <20031202015044.CA74E2A7EA@canning.wemm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 01, 2003 at 05:50:44PM -0800, Peter Wemm wrote:
> Well, whatever happens, please do something promptly because the amd64 GENERIC
> kernel is broken by all this and panics on a UP machine.  I think the problem
> is currently bandaid-able by doing this:
>
> +++ mp_machdep.c        2 Dec 2003 01:41:02 -0000
> -               mp_maxid = 0;
> +               mp_maxid = 1;
...
> -               mp_maxid = 0;
> +               mp_maxid = 1;

This patch definately works on my Solo9 with GENERIC (minus WITNESS).



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