summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/cpu.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-03-07 17:18:44 -0600
committerPatrick Williams <iawillia@us.ibm.com>2011-03-07 17:18:44 -0600
commita9f22d0cc3a200599815f45ba1414eb67f44222b (patch)
tree975769212caa39a3627233a94dfe8fd3f96d1ec7 /src/include/kernel/cpu.H
parente42f410c045d7751cba48ed091301e71cf36b207 (diff)
downloadblackbird-hostboot-a9f22d0cc3a200599815f45ba1414eb67f44222b.tar.gz
blackbird-hostboot-a9f22d0cc3a200599815f45ba1414eb67f44222b.zip
Support running a full system worth of threads.
Diffstat (limited to 'src/include/kernel/cpu.H')
-rw-r--r--src/include/kernel/cpu.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/cpu.H b/src/include/kernel/cpu.H
index 2f012700c..4d5134114 100644
--- a/src/include/kernel/cpu.H
+++ b/src/include/kernel/cpu.H
@@ -6,7 +6,7 @@
#include <builtins.h>
// Thread ID support only, Power7 (4 threads).
-#define KERNEL_MAX_SUPPORTED_CPUS 4
+#define KERNEL_MAX_SUPPORTED_CPUS (4 * 8 * 4) // Sockets, cores, threads.
class Scheduler;
OpenPOWER on IntegriCloud