From a9f22d0cc3a200599815f45ba1414eb67f44222b Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 7 Mar 2011 17:18:44 -0600 Subject: Support running a full system worth of threads. --- src/include/kernel/cpu.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/kernel/cpu.H') 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 // 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; -- cgit v1.2.3