Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 1999 23:52:36 -0700 (PDT)
From:      Mike Smith <msmith@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 asnames.h smp.h src/sys/i386/isa apic_vector.s intr_machdep.h
Message-ID:  <199907200652.XAA71528@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907200652.XAA71528>