cvs commit: src/sys/vm vm_page.c

Paul Saab ps at FreeBSD.org
Wed May 31 16:00:29 PDT 2006


ps          2006-05-31 22:55:23 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Fix minidumps to include pages allocated via pmap_map on amd64.
  These pages are allocated from the direct map, and were not previous
  tracked.  This included the vm_page_array and the early UMA bootstrap
  pages.
  
  Reviewed by:    peter
  
  Revision  Changes    Path
  1.316     +9 -0      src/sys/vm/vm_page.c


More information about the cvs-all mailing list