cvs commit: src/sys/kern subr_param.c

Mike Silbersack silby at FreeBSD.org
Tue Jul 8 11:59:23 PDT 2003


silby       2003/07/08 11:59:21 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             subr_param.c 
  Log:
  Pull in the entire kmem_map size calculation from kern_malloc, rather
  than the shortcircuited version I had been using, which only worked
  properly on i386 & amd64.
  
  Also, change an autoscale constant to account for the more correct
  kmem_map size.
  
  Problem noticed by:     mux
  
  Revision  Changes    Path
  1.58      +11 -3     src/sys/kern/subr_param.c


More information about the cvs-src mailing list