Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2010 15:50:52 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 pmap.c vm_machdep.c src/sys/amd64/include pmap.h
Message-ID:  <201001251551.o0PFp2wb069840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-01-25 15:50:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/amd64      pmap.c vm_machdep.c 
    sys/amd64/include    pmap.h 
  Log:
  SVN rev 202970 on 2010-01-25 15:50:52Z by jhb
  
  MFC 190239:
  In general, the kernel virtual address of the pml4 page table page that is
  stored in the pmap is from the direct map region.  The two exceptions have
  been the kernel pmap and the swapper's pmap.  These pmaps have used a
  kernel virtual address established by pmap_bootstrap() for their shared
  pml4 page table page.  However, there is no reason not to use the direct
  map for these pmaps as well.
  
  Approved by:    re (kib)
  
  Revision    Changes    Path
  1.590.2.33  +3 -3      src/sys/amd64/amd64/pmap.c
  1.255.2.3   +3 -1      src/sys/amd64/amd64/vm_machdep.c
  1.138.2.9   +4 -0      src/sys/amd64/include/pmap.h



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