summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-03-02 14:46:53 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-21 16:10:12 -0500
commit368e90dff4f15530ba286e90c3cee574f58a1783 (patch)
treef1f86938caa4bec6ece00e966c5781fd52ac7175 /src/include
parent606503c551de7b751c6a0b78df2b0c43bd9446cd (diff)
downloadtalos-hostboot-368e90dff4f15530ba286e90c3cee574f58a1783.tar.gz
talos-hostboot-368e90dff4f15530ba286e90c3cee574f58a1783.zip
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 <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/kernel/cpu.H4
-rw-r--r--src/include/sys/misc.h4
2 files changed, 4 insertions, 4 deletions
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 <builtins.h>
#include <sys/sync.h>
-// 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;
diff --git a/src/include/sys/misc.h b/src/include/sys/misc.h
index 59b6c10bd..d07c5afff 100644
--- a/src/include/sys/misc.h
+++ b/src/include/sys/misc.h
@@ -64,8 +64,8 @@ enum ProcessorCoreType
/** Power7+ */
CORE_POWER7_PLUS,
- /** Power8 "Salerno" (low-end) core */
- CORE_POWER8_SALERNO,
+ /** Power8 "Murano" (low-end) core */
+ CORE_POWER8_MURANO,
/** Power8 "Venice" (high-end) core */
CORE_POWER8_VENICE,
OpenPOWER on IntegriCloud