cvs commit: src/sys/alpha/alpha mp_machdep.c

David O'Brien obrien at FreeBSD.org
Mon Dec 1 18:08:36 PST 2003


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).


More information about the cvs-src mailing list