cvs commit: src/sys/sun4v/sun4v pmap.c tte_hash.c src/sys/sun4v/include tte_hash.h

Kip Macy kmacy at FreeBSD.org
Thu Nov 16 07:50:34 UTC 2006


kmacy       2006-11-16 07:50:33 UTC

  FreeBSD src repository

  Modified files:
    sys/sun4v/sun4v      tte_hash.c pmap.c 
    sys/sun4v/include    tte_hash.h 
  Log:
  Resize the hash table upwards if the number of collision entries is greater than 1/4 of the
  total
  it is possible that the resize threshold should be revised upwards
  
  Approved by: scottl (standing in for mentor rwatson)
  
  Revision  Changes    Path
  1.3       +2 -2      src/sys/sun4v/include/tte_hash.h
  1.7       +38 -19    src/sys/sun4v/sun4v/pmap.c
  1.3       +78 -41    src/sys/sun4v/sun4v/tte_hash.c


More information about the cvs-src mailing list