Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2002 12:50:23 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_witness.c src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 cache.c mp_machdep.c tlb.c
Message-ID:  <200212222050.gBMKoNa0042548@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2002/12/22 12:50:23 PST

  Modified files:
    sys/kern             subr_witness.c 
    sys/sparc64/include  smp.h 
    sys/sparc64/sparc64  cache.c mp_machdep.c tlb.c 
  Log:
  - Add a spin lock to single thread cache invalidation and tlb flush ipis,
    which allows ipis to be sent outside of Giant.
  - Remove the ap boot mutex, which is unused.
  
  Revision  Changes    Path
  1.132     +3 -0      src/sys/kern/subr_witness.c
  1.14      +12 -6     src/sys/sparc64/include/smp.h
  1.11      +2 -4      src/sys/sparc64/sparc64/cache.c
  1.18      +3 -3      src/sys/sparc64/sparc64/mp_machdep.c
  1.5       +2 -6      src/sys/sparc64/sparc64/tlb.c

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?200212222050.gBMKoNa0042548>