From owner-cvs-all Tue Apr 10 14: 4:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22D6937B422; Tue, 10 Apr 2001 14:04:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3AL4X195140; Tue, 10 Apr 2001 14:04:33 -0700 (PDT) (envelope-from jhb) Message-Id: <200104102104.f3AL4X195140@freefall.freebsd.org> From: John Baldwin Date: Tue, 10 Apr 2001 14:04:33 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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