From 368e90dff4f15530ba286e90c3cee574f58a1783 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 2 Mar 2012 14:46:53 -0600 Subject: Support P8 mambo model and Murano proc. RTC: 38206 Change-Id: Iab79041931db533ad6b6ebd057c1ef9fe4c4b8cc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/714 Reviewed-by: Daniel M. Crowell Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/kernel/cpu.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/kernel/cpu.H') diff --git a/src/include/kernel/cpu.H b/src/include/kernel/cpu.H index f308fb4be..b6fe66ef2 100644 --- a/src/include/kernel/cpu.H +++ b/src/include/kernel/cpu.H @@ -33,8 +33,8 @@ #include #include -// Thread ID support only, Power7 (4 threads). -#define KERNEL_MAX_SUPPORTED_CPUS (4 * 8 * 4) // Sockets, cores, threads. +// Thread ID support only, Power8 (8 threads). +#define KERNEL_MAX_SUPPORTED_CPUS (8 * 16 * 8) // Sockets, cores, threads. class Scheduler; -- cgit v1.2.3