Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2008 18:51:05 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200801061851.m06Ip5Vh035949@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801061851.m06Ip5Vh035949>