summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/cpumgr.H
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2012-06-06 08:48:08 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-06-07 12:25:40 -0500
commit39ce3d8ecf06c4c04d245a6107daa73611767c5f (patch)
tree1709552e18f20a5c4c51393856720edb2d1d14d5 /src/include/kernel/cpumgr.H
parent774b4b489dd962ea9a90d89d200cd938855049af (diff)
downloadtalos-hostboot-39ce3d8ecf06c4c04d245a6107daa73611767c5f.tar.gz
talos-hostboot-39ce3d8ecf06c4c04d245a6107daa73611767c5f.zip
Fix FSIDD mutex issue, misc memory tweaks
-Fixed Mutex issue in FSIDD -Remove FSIDD workaround for a perceived simcis bug which we now think was just the mutex issue. -Cleaned up some traces in scom.C -Temporarily disabled testCastOutPages() to avoid memory issues -Tweaked periodics in cpumgr.H Change-Id: Ic34193cc2f81a40530214cd3338dfb405d1e8198 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1171 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/cpumgr.H')
-rw-r--r--src/include/kernel/cpumgr.H49
1 files changed, 25 insertions, 24 deletions
diff --git a/src/include/kernel/cpumgr.H b/src/include/kernel/cpumgr.H
index 589eb385c..93dbba9df 100644
--- a/src/include/kernel/cpumgr.H
+++ b/src/include/kernel/cpumgr.H
@@ -1,25 +1,26 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/kernel/cpumgr.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2010 - 2011
-//
-// 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
+/* IBM_PROLOG_BEGIN_TAG
+ * This is an automatically generated prolog.
+ *
+ * $Source: src/include/kernel/cpumgr.H $
+ *
+ * IBM CONFIDENTIAL
+ *
+ * COPYRIGHT International Business Machines Corp. 2010-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
+ */
#ifndef __KERNEL_CPUMGR_H
#define __KERNEL_CPUMGR_H
@@ -34,8 +35,8 @@ class CpuManager
enum
{
MAXCPUS = KERNEL_MAX_SUPPORTED_CPUS,
- CPU_PERIODIC_CHECK_MEMORY = 16,
- CPU_PERIODIC_FLUSH_PAGETABLE = 256,
+ CPU_PERIODIC_CHECK_MEMORY = 8,
+ CPU_PERIODIC_FLUSH_PAGETABLE = 128,
CPU_PERIODIC_DEFRAG = 949, // TODO Any bigger not currently hit
};
OpenPOWER on IntegriCloud