Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2002 10:33:55 -0800 (PST)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 pmap.c
Message-ID:  <200211071833.gA7IXtMF037257@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/11/07 10:33:55 PST

  Modified files:
    sys/i386/i386        pmap.c 
  Log:
  Simplify and optimize pmap_object_init_pt().   More specifically,
  take advantage of the fact that the vm object's list of pages is
  now ordered to reduce the overhead of finding the desired set of
  pages to be mapped.  (See revision 1.215 of vm/vm_page.c.)
  
  Revision  Changes    Path
  1.368     +32 -65    src/sys/i386/i386/pmap.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?200211071833.gA7IXtMF037257>