Revert this, as in userland MAXCPU is always 1.

Reported by:	marcel
This commit is contained in:
Attilio Rao 2011-05-05 19:35:12 +00:00
parent 71a19bdc64
commit 12fcf205a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/largeSMP/; revision=221511

View File

@ -36,7 +36,7 @@
#define CPU_SETSIZE MAXCPU
#endif
#define CPU_MAXSIZE (4 * MAXCPU)
#define CPU_MAXSIZE 128
#ifndef CPU_SETSIZE
#define CPU_SETSIZE CPU_MAXSIZE