Re: Strange dmesg-Ouput on NetBSD2.0_RC4 SMP-Kernel

Michael Graff <[email protected]> Wed, 17 Nov 2004 11:49:59 -0800
Newsgroups gmane.os.netbsd.devel.smp
Message-ID <200411171149.59690@-gryphon>
On Monday 15 November 2004 06:42, MINOURA Makoto wrote:

> MPACPI first probes the processors from ACPI MADT (detects
> cpu0 and cpu1).  After that it gives to configure busses
> from the ACPI DSDT since it finds your ACPI BIOS listed on
> the acpi_quirks table.  The kernel has to fall back to
> MPBIOS but your kernel does not have it enabled  (here the
> kernel had to report it and should panic IMHO).  The kernel
> misunderstands that it does not yet configured the
> processors and falls back to uniprocessor mode (detects cpu2).

I would far rather see the kernel not panic if it is possible to continue 
booting.  That way, a new kernel can be built and installed without looking 
lame.

--Michael