From owner-cvs-all Mon Jul 19 23:52:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C9731520E; Mon, 19 Jul 1999 23:52:44 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA71528; Mon, 19 Jul 1999 23:52:37 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199907200652.XAA71528@freefall.freebsd.org> From: Mike Smith Date: Mon, 19 Jul 1999 23:52:36 -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 asnames.h smp.h src/sys/i386/isa apic_vector.s intr_machdep.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/07/19 23:52:36 PDT Modified files: sys/i386/i386 mp_machdep.c sys/i386/include asnames.h smp.h sys/i386/isa apic_vector.s intr_machdep.h Log: Implement an all-CPU shootdown-style rendezvous facility. This allows the caller to specify a function to be guarded between an entry and exit barrier, as well as pre- and post-barrier functions. The primary use for this function is synchronised update of per-cpu private data. The implementation is almost (but not quite) MI; with a better mechanism for masking per-CPU interrupts it could probably be hoisted. Reviewed by: peter (partially) Revision Changes Path 1.106 +85 -1 src/sys/i386/i386/mp_machdep.c 1.37 +2 -1 src/sys/i386/include/asnames.h 1.46 +6 -1 src/sys/i386/include/smp.h 1.43 +24 -1 src/sys/i386/isa/apic_vector.s 1.16 +6 -2 src/sys/i386/isa/intr_machdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message