Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2001 14:09:04 -0700 (PDT)
From:      Tor Egge <tegge@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 vm_machdep.c
Message-ID:  <200110142109.f9EL94871325@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       2001/10/14 14:09:04 PDT

  Modified files:
    sys/i386/i386        vm_machdep.c 
  Log:
  Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove().
  
  This significantly reduces the number of TLB shootdowns caused by
  vmapbuf/vunmapbuf when performing many large reads from raw disk devices.
  
  Reviewed by:	dillon
  
  Revision  Changes    Path
  1.175     +25 -16    src/sys/i386/i386/vm_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?200110142109.f9EL94871325>