Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2000 14:24:45 -0700 (PDT)
From:      Tor Egge <tegge@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h
Message-ID:  <200008162124.OAA15369@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       2000/08/16 14:24:45 PDT

  Modified files:
    sys/i386/i386        pmap.c 
    sys/i386/include     pmap.h 
  Log:
  Prepare for a cleanup of pmap module API pollution introduced by the
  suggested fix in PR 12378.
  
  Keep track of all existing pmaps independent of existing processes.
  
  This allows for a process to temporarily connect to a different address
  space without the risk of missing an update of the original address space if
  the kernel grows.
  
  pmap_pinit2() is no longer needed on the i386 platform but is left as a
  stub until the alpha pmap code is updated.
  
  PR:		12378
  
  Revision  Changes    Path
  1.258     +14 -10    src/sys/i386/i386/pmap.c
  1.69      +2 -1      src/sys/i386/include/pmap.h



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?200008162124.OAA15369>