Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2003 14:57:38 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 pmap.c src/sys/amd64/amd64 pmap.c
Message-ID:  <200309132157.h8DLvcWF068883@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2003/09/13 14:57:38 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        pmap.c 
    sys/amd64/amd64      pmap.c 
  Log:
  Simplify (and micro-optimize) pmap_unuse_pt(): Only one caller,
  pmap_remove_pte(), passed NULL instead of the required page table
  page to pmap_unuse_pt().  Compute the necessary page table page
  in pmap_remove_pte().  Also, remove some unreachable code from
  pmap_remove_pte().
  
  Revision  Changes    Path
  1.437     +3 -8      src/sys/amd64/amd64/pmap.c
  1.433     +3 -12     src/sys/i386/i386/pmap.c



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