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

Alan Cox alc at FreeBSD.org
Thu Jan 17 10:25:53 PST 2008


alc         2008-01-17 18:25:52 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Retire PMAP_DIAGNOSTIC.  Any useful diagnostics that were conditionally
  compiled under PMAP_DIAGNOSTIC are now KASSERT()s.  (Note: The kernel
  option DIAGNOSTIC still disables inlining of certain pmap functions.)
  
  Eliminate dead code from pmap_enter().  This code implemented an assertion.
  On i386, an equivalent check is already implemented.  However, on amd64,
  a small change is required to implement an equivalent check.
  
  Eliminate \n from a nearby panic string.
  
  Use KASSERT() to reimplement pmap_copy()'s two assertions.
  
  Revision  Changes    Path
  1.605     +10 -27    src/sys/amd64/amd64/pmap.c
  1.608     +9 -26     src/sys/i386/i386/pmap.c


More information about the cvs-src mailing list