diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-03-07 17:18:44 -0600 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2011-03-07 17:18:44 -0600 |
| commit | a9f22d0cc3a200599815f45ba1414eb67f44222b (patch) | |
| tree | 975769212caa39a3627233a94dfe8fd3f96d1ec7 /src/include/kernel/cpu.H | |
| parent | e42f410c045d7751cba48ed091301e71cf36b207 (diff) | |
| download | blackbird-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.H | 2 |
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; |

