Skip to content

Commit

Permalink
Double frequency of coalescing memory fragmentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ibmthi authored and dcrowell77 committed May 14, 2018
1 parent 22672ed commit 927220a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/kernel/cpumgr.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2010,2017 */
/* Contributors Listed Below - COPYRIGHT 2010,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 927220a

Please sign in to comment.