Date: Wed, 25 Oct 2006 14:44:30 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c Message-ID: <200610251444.k9PEiUVl001006@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-10-25 14:44:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 mp_machdep.c Log: Ignore I/O APICs that aren't really there (return 0xffffffff when you try to talk to them) if they aren't listed as the destination of any interrupts in the MP Table instead of panic'ing when we fail to set the APIC ID. The new APIC code in 5.x+ has a similar check. Revision Changes Path 1.115.2.27 +31 -18 src/sys/i386/i386/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610251444.k9PEiUVl001006>