summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-05 19:35:12 +0000
committerattilio <attilio@FreeBSD.org>2011-05-05 19:35:12 +0000
commit67be81a4431c6880187d414c512a2f8414a9d2d0 (patch)
treef47d10d1b211bb92dc3b915722d33d1ddb22f7de
parentfe4de567b50f7ca317b16f69b7b3a7de693025af (diff)
downloadFreeBSD-src-67be81a4431c6880187d414c512a2f8414a9d2d0.zip
FreeBSD-src-67be81a4431c6880187d414c512a2f8414a9d2d0.tar.gz
Revert this, as in userland MAXCPU is always 1.
Reported by: marcel
-rw-r--r--sys/sys/_cpuset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/_cpuset.h b/sys/sys/_cpuset.h
index 62a0e9d..42a0a6a 100644
--- a/sys/sys/_cpuset.h
+++ b/sys/sys/_cpuset.h
@@ -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
OpenPOWER on IntegriCloud