Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2003 13:02:04 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 pmap.c
Message-ID:  <200310312102.h9VL24Bf017741@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2003/10/31 13:02:04 PST

  FreeBSD src repository

  Modified files:
    sys/i386/i386        pmap.c 
  Log:
  For physical address regions between 0 and KERNLOAD, allow pmap_mapdev()
  to use the direct mapped KVA at KERNBASE to service the request.  This also
  allows pmap_mapdev() to be used for such addresses very early during the
  boot process and might provide some small savings on KVA.
  
  Reviewed by:    peter
  
  Revision  Changes    Path
  1.453     +7 -2      src/sys/i386/i386/pmap.c



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