Date: Thu, 25 Jun 2009 20:35:46 +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/amd64/include intr_machdep.h src/sys/i386/i386 intr_machdep.c src/sys/i386/include intr_machdep.h Message-ID: <200906252104.n5PL4d1E090370@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-06-25 20:35:46 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 intr_machdep.c
sys/amd64/include intr_machdep.h
sys/i386/i386 intr_machdep.c
sys/i386/include intr_machdep.h
Log:
SVN rev 195002 on 2009-06-25 20:35:46Z by jhb
Fix kernels compiled without SMP support. Make intr_next_cpu() available
for UP kernels but as a stub that always returns the single CPU's local
APIC ID.
Reported by: kib
Revision Changes Path
1.44 +10 -0 src/sys/amd64/amd64/intr_machdep.c
1.23 +0 -2 src/sys/amd64/include/intr_machdep.h
1.40 +10 -0 src/sys/i386/i386/intr_machdep.c
1.24 +0 -2 src/sys/i386/include/intr_machdep.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906252104.n5PL4d1E090370>
