summaryrefslogtreecommitdiffstats
path: root/src/lib/syscall_misc.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/syscall_misc.C')
-rw-r--r--src/lib/syscall_misc.C50
1 files changed, 22 insertions, 28 deletions
diff --git a/src/lib/syscall_misc.C b/src/lib/syscall_misc.C
index c1b47b772..6d6755a5c 100644
--- a/src/lib/syscall_misc.C
+++ b/src/lib/syscall_misc.C
@@ -1,26 +1,25 @@
-/* IBM_PROLOG_BEGIN_TAG
- * This is an automatically generated prolog.
- *
- * $Source: src/lib/syscall_misc.C $
- *
- * IBM CONFIDENTIAL
- *
- * COPYRIGHT International Business Machines Corp. 2011-2012
- *
- * p1
- *
- * Object Code Only (OCO) source materials
- * Licensed Internal Code Source Materials
- * IBM HostBoot Licensed Internal Code
- *
- * The source code for this program is not published or other-
- * wise divested of its trade secrets, irrespective of what has
- * been deposited with the U.S. Copyright Office.
- *
- * Origin: 30
- *
- * IBM_PROLOG_END_TAG
- */
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/lib/syscall_misc.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
#define __HIDDEN_SYSCALL_SHUTDOWN
#include <sys/misc.h>
@@ -56,11 +55,6 @@ size_t cpu_thread_count()
ProcessorCoreType core_type = cpu_core_type();
switch(core_type)
{
- case CORE_POWER7:
- case CORE_POWER7_PLUS:
- threads = 4;
- break;
-
case CORE_POWER8_MURANO:
case CORE_POWER8_VENICE:
threads = 8;
OpenPOWER on IntegriCloud