Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 1998 11:53:21 -0700 (PDT)
From:      Tor Egge <tegge@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/include globaldata.h asnames.h cpufunc.h src/sys/i386/i386 genassym.c pmap.c mp_machdep.c globals.s
Message-ID:  <199805171853.LAA17328@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       1998/05/17 11:53:20 PDT

  Modified files:
    sys/i386/include     globaldata.h asnames.h cpufunc.h 
    sys/i386/i386        genassym.c pmap.c mp_machdep.c globals.s 
  Log:
  For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.
  get_ptbase and pmap_pte_quick no longer generates IPIs.
  This should reduce the number of IPIs during heavy paging.
  
  Revision  Changes    Path
  1.3       +8 -6      src/sys/i386/include/globaldata.h
  1.22      +3 -1      src/sys/i386/include/asnames.h
  1.79      +15 -1     src/sys/i386/include/cpufunc.h
  1.55      +3 -1      src/sys/i386/i386/genassym.c
  1.199     +22 -1     src/sys/i386/i386/pmap.c
  1.75      +3 -1      src/sys/i386/i386/mp_machdep.c
  1.3       +5 -3      src/sys/i386/i386/globals.s

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?199805171853.LAA17328>