summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2014-09-05 23:15:54 +0200
committerRichard Braun <rbraun@sceen.net>2014-09-05 23:15:54 +0200
commitd98a09eb52fb4d0cdc6fc9a523fde5178f183315 (patch)
tree347ea28514e7b12ef8afaecc354285a790e1b78c
parentbadd1719aa1b8187a307127ff2fbdff08eab3d17 (diff)
configure.ac: bump MAX_CPUS to 128
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 89a12800..91dd6eb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_ARG_WITH([max-cpus],
[AS_HELP_STRING([--with-max-cpus=MAX_CPUS],
[set the maximum number of supported processors])],
[opt_max_cpus=$withval],
- [opt_max_cpus=32])
+ [opt_max_cpus=128])
AC_DEFINE([__KERNEL__], [1], [kernel code])
AC_DEFINE_UNQUOTED([ARCH], [$arch], [arch])