Date: Tue, 10 Apr 2001 14:04:33 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include ipl.h Message-ID: <200104102104.f3AL4X195140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/04/10 14:04:33 PDT
Modified files:
sys/i386/i386 mp_machdep.c
sys/i386/include ipl.h
Log:
Add an MI API for sending IPI's. I used the same API present on the alpha
because:
- it used a better namespace (smp_ipi_* rather than *_ipi),
- it used better constant names for the IPI's (IPI_* rather than
X*_OFFSET), and
- this API also somewhat exists for both alpha and ia64 already.
Revision Changes Path
1.150 +56 -13 src/sys/i386/i386/mp_machdep.c
1.26 +20 -1 src/sys/i386/include/ipl.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104102104.f3AL4X195140>
