cvs commit: src/sys/ia64/include param.h

Marcel Moolenaar marcel at FreeBSD.org
Sat Aug 6 19:59:24 GMT 2005


marcel      2005-08-06 19:59:23 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/include     param.h 
  Log:
  Reduce the default MAXCPU from 16 to 4. This is in preparation of
  allocating a VHPT per CPU. Since we don't yet know how many CPUs
  are actually in the system at the time we need to allocate the
  VHPTs, we allocate for MAXCPU processors. This can result in a
  lot of wasted space for 2-way machines. So, for now, limit MAXCPU
  to something smaller until we have something more dynamic.
  
  Revision  Changes    Path
  1.21      +1 -1      src/sys/ia64/include/param.h


More information about the cvs-all mailing list