From 927220a65bb74c95e7902158ec2bc6642c596531 Mon Sep 17 00:00:00 2001 From: Thi Tran Date: Fri, 11 May 2018 12:45:58 -0500 Subject: Double frequency of coalescing memory fragmentation Change-Id: I146289bb2f36519fee5e1fb1dfc07aedf71a1a34 CQ:SW428001 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58704 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/include/kernel/cpumgr.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/kernel') 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 -- cgit v1.2.1