From owner-cvs-all Tue Apr 10 15:18:25 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 6F56037B423; Tue, 10 Apr 2001 15:18:22 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3AMIM707818; Tue, 10 Apr 2001 15:18:22 -0700 (PDT) (envelope-from jhb) Message-Id: <200104102218.f3AMIM707818@freefall.freebsd.org> From: John Baldwin Date: Tue, 10 Apr 2001 15:18:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mpapic.h src/sys/i386/i386 i686_mem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/10 15:18:21 PDT Modified files: sys/i386/include mpapic.h sys/i386/i386 i686_mem.c Log: Remove the old APIC I/O higher level IPI API in favor of the newer MI API for IPI's that isn't tied to the Intel APIC. MD code can still use the apic_ipi() function or dink with the apic directly if needed to send MD IPI's. Revision Changes Path 1.17 +1 -47 src/sys/i386/include/mpapic.h 1.11 +2 -2 src/sys/i386/i386/i686_mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message