summaryrefslogtreecommitdiffstats
path: root/src/kernel/cpumgr.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/cpumgr.C')
-rw-r--r--src/kernel/cpumgr.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/kernel/cpumgr.C b/src/kernel/cpumgr.C
index 44f61a173..1aef65650 100644
--- a/src/kernel/cpumgr.C
+++ b/src/kernel/cpumgr.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2010,2014 */
+/* Contributors Listed Below - COPYRIGHT 2010,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -450,6 +450,11 @@ size_t CpuManager::getThreadCount()
threads = 8;
break;
+ case CORE_POWER9_NIMBUS:
+ case CORE_POWER9_CUMULUS:
+ threads = 4;
+ break;
+
case CORE_UNKNOWN:
default:
kassert(false);
OpenPOWER on IntegriCloud