Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 1999 20:51:54 -0400 (EDT)
From:      Luoqi Chen <luoqi@watermarkgroup.com>
To:        jbryant@unix.tfs.net
Cc:        freebsd-current@freebsd.org
Subject:   Re: 4-way SMP broken ?
Message-ID:  <199906100051.UAA07384@lor.watermarkgroup.com>

next in thread | raw e-mail | index | archive | help
> > Do you mean messages like these?
> >     FreeBSD/SMP: Multiprocessor motherboard
> >      cpu0 (BSP): apic id:  0, version: 0x00040011, at 0xfec08000
> >      cpu1 (AP):  apic id: 12, version: 0x00040011, at 0xfec08000
> >      io0 (APIC): apic id: 13, version: 0x00170011, at 0xfec00000
> > By the time you see these messages, all cpus should have been booted up
> > successfully, any crash immediately follows is not likely to be SMP related.
> > It's helpful to pinpoint the crash if you could include the last few lines
> > from a verbose boot.
> 
> interesting.  then why the delay in bringing up the AP?  Note in the
> dmesg output below, that the AP only comes up during th SCSI delay.  I
> have also added other comments to the following output.
> 
The APs are up, but not fully initialized. Initializations that require
holding of the giant lock are done near the end of the booting process,
until then the APs are just spinning around the lock. Tor Egge tried once
to move to an earlier time, but it didn't work well on some motherboards.

-lq


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?199906100051.UAA07384>