Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2007 04:59:34 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c
Message-ID:  <200708210459.l7L4xYWe053650@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2007-08-21 04:59:34 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  In general, when we map a page into the kernel's address space, we no
  longer create a pv entry for that mapping.  (The two exceptions are
  mappings into the kernel's exec and pipe submaps.)  Consequently, there is
  no reason for get_pv_entry() to dig deep into the free page queues, i.e.,
  use VM_ALLOC_SYSTEM, by default.  This revision changes get_pv_entry() to
  use VM_ALLOC_NORMAL by default, i.e., before calling pmap_collect() to
  reclaim pv entries.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.590     +3 -4      src/sys/amd64/amd64/pmap.c
  1.594     +3 -4      src/sys/i386/i386/pmap.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708210459.l7L4xYWe053650>