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

Alan Cox alc at FreeBSD.org
Sun Jul 2 18:43:53 UTC 2006


alc         2006-07-02 18:22:47 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Correct an error in the new pmap_collect(), thus only affecting HEAD.
  Specifically, the pv entry was always being freed to the caller's pmap
  instead of the pmap to which the pv entry belongs.
  
  Revision  Changes    Path
  1.563     +1 -1      src/sys/amd64/amd64/pmap.c
  1.565     +1 -1      src/sys/i386/i386/pmap.c


More information about the cvs-all mailing list