summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2018-05-11 12:45:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-14 09:49:52 -0400
commit927220a65bb74c95e7902158ec2bc6642c596531 (patch)
tree6d249c84df49be7ead8c43ec362993aad37b6575 /src/include/kernel
parent22672ede554a533d870801e9948b116ee3a9f529 (diff)
downloadtalos-hostboot-927220a65bb74c95e7902158ec2bc6642c596531.tar.gz
talos-hostboot-927220a65bb74c95e7902158ec2bc6642c596531.zip
Double frequency of coalescing memory fragmentation
Change-Id: I146289bb2f36519fee5e1fb1dfc07aedf71a1a34 CQ:SW428001 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58704 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/kernel')
-rw-r--r--src/include/kernel/cpumgr.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kernel/cpumgr.H b/src/include/kernel/cpumgr.H
index da669bdd8..7c6421cd6 100644
--- a/src/include/kernel/cpumgr.H
+++ b/src/include/kernel/cpumgr.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2010,2017 */
+/* Contributors Listed Below - COPYRIGHT 2010,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -41,7 +41,7 @@ class CpuManager
CPU_PERIODIC_CHECK_MEMORY = 128, // Is this even needed anymore?
#endif
CPU_PERIODIC_FLUSH_PAGETABLE = 256,
- CPU_PERIODIC_DEFRAG = 949, // TODO Any bigger not currently hit
+ CPU_PERIODIC_DEFRAG = 400, // TODO Any bigger not currently hit
};
/** @fn getCurrentCPU
OpenPOWER on IntegriCloud