cvs commit: src/sys/amd64/amd64 pmap.c

Peter Wemm peter at FreeBSD.org
Tue Jun 8 02:20:43 GMT 2004


peter       2004-06-08 02:20:40 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  In pmap_extract_and_hold(), there is no need to mask off PG_FRAME because
  pmap_extract() already does it.
  In pmap_enter(), opa has already been masked so don't do it again.
  Wrap a long line (recent transgression).
  Use trunc_page() in pmap_mapdev() instead of anding with PG_FRAME, since
  that is what we really meant.
  
  Submitted by:  alc (first item)
  
  Revision  Changes    Path
  1.466     +5 -4      src/sys/amd64/amd64/pmap.c


More information about the cvs-src mailing list