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

Alan Cox alc at FreeBSD.org
Sun Jan 6 10:51:05 PST 2008


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


More information about the cvs-src mailing list