Date: Thu, 28 Oct 2010 13:44:19 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c Message-ID: <201010281344.o9SDij78053583@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-10-28 13:44:19 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 intr_machdep.c
sys/i386/i386 intr_machdep.c
Log:
SVN rev 214448 on 2010-10-28 13:44:19Z by jhb
Use 'PCPU_GET(apic_id)' to determine the BSP's APIC ID on a UP machine
when routing interrupts instead of cpu_apic_ids[0] since cpu_apic_ids[]
is only populated for multiple-CPU machines. This also matches what the
code does when SMP is not enabled.
PR: bin/151616
Tested by: "Damian S. Kolodziejczyk" damkol | gmail
Submitted by: avg
MFC after: 1 week
Revision Changes Path
1.52 +1 -1 src/sys/amd64/amd64/intr_machdep.c
1.47 +1 -1 src/sys/i386/i386/intr_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010281344.o9SDij78053583>
