summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel')
-rw-r--r--src/include/kernel/cpumgr.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/cpumgr.H b/src/include/kernel/cpumgr.H
index c3c8387d9..da669bdd8 100644
--- a/src/include/kernel/cpumgr.H
+++ b/src/include/kernel/cpumgr.H
@@ -224,7 +224,7 @@ class CpuManager
*/
static uint64_t cv_cpuSeq;
- static bool cv_forcedMemPeriodic; //!< force free / coalesce.
+ static uint8_t cv_forcedMemPeriodic; //!< force free / coalesce.
// If a shutdown of all CPUs is requested
static bool cv_shutdown_requested;
OpenPOWER on IntegriCloud