Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 09:30:47 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include cache.h smp.h src/sys/sparc64/sparc64 cache.c genassym.c mp_exception.s mp_machdep.c
Message-ID:  <200205201630.g4KGUmW26379@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2002/05/20 09:30:47 PDT

  Modified files:
    sys/sparc64/include  cache.h smp.h 
    sys/sparc64/sparc64  cache.c genassym.c mp_exception.s 
                         mp_machdep.c 
  Log:
  Add SMP aware cache flushing functions, which operate on a single physical
  page.  These send IPIs if necessary in order to keep the caches in sync on
  all cpus.
  
  Revision  Changes    Path
  1.6       +38 -15    src/sys/sparc64/include/cache.h
  1.10      +50 -0     src/sys/sparc64/include/smp.h
  1.7       +61 -2     src/sys/sparc64/sparc64/cache.c
  1.32      +17 -0     src/sys/sparc64/sparc64/genassym.c
  1.5       +80 -0     src/sys/sparc64/sparc64/mp_exception.s
  1.9       +1 -0      src/sys/sparc64/sparc64/mp_machdep.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?200205201630.g4KGUmW26379>