alc         2008-01-06 18:51:04 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/amd64/include    pmap.h 
    sys/i386/i386        pmap.c 
    sys/i386/include     pmap.h 
  Log:
  Shrink the size of struct vm_page on amd64 and i386 by eliminating
  pv_list_count from struct md_page.  Ever since Peter rewrote the pv
  entry allocator for amd64 and i386 pv_list_count has been correctly
  maintained but otherwise unused.
  
  Revision  Changes    Path
  1.602     +0 -7      src/sys/amd64/amd64/pmap.c
  1.139     +0 -1      src/sys/amd64/include/pmap.h
  1.605     +0 -7      src/sys/i386/i386/pmap.c
  1.130     +0 -1      src/sys/i386/include/pmap.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to