cvs commit: src/sys/platform/vkernel/include param.h

Matthew Dillon dillon at crater.dragonflybsd.org
Tue May 6 11:40:19 PDT 2008


dillon      2008/05/06 11:37:58 PDT

DragonFly src repository

  Modified files:
    sys/platform/vkernel/include param.h 
  Log:
  Remove the SMP_MAXCPU override for vkernels, causing the build to revert
  to the i386 limit of 16.  This is not because vkernels couldn't handle more
  (up to 31), but because I want the installed world to be compatible between
  vkernel and pc32.
  
  This unbreaks programs like 'vmstat -m'.
  
  Revision  Changes    Path
  1.4       +4 -0      src/sys/platform/vkernel/include/param.h


http://www.dragonflybsd.org/cvsweb/src/sys/platform/vkernel/include/param.h.diff?r1=1.3&r2=1.4&f=u





More information about the Commits mailing list