cvs commit: src/sys/i386/i386 mp_machdep.c
John Baldwin
jhb at FreeBSD.org
Wed Oct 25 14:44:30 UTC 2006
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
More information about the cvs-src
mailing list