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

Peter Wemm peter at FreeBSD.org
Tue Apr 18 20:17:34 UTC 2006


peter       2006-04-18 20:17:33 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  If we're doing a try-alloc of a pv entry and give up early, do not forget
  to reduce the pv_entry_count counter.  This was found by Tor Egge.  In the
  same email, Tor also pointed out the pv_stats problem in the previous
  commit, but I'd forgotten about it until I went looking for this email
  about this allocation problem.
  
  Revision  Changes    Path
  1.547     +1 -0      src/sys/amd64/amd64/pmap.c


More information about the cvs-src mailing list