summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/call_proc_exit_cache_contained.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep14/call_proc_exit_cache_contained.C')
-rw-r--r--src/usr/isteps/istep14/call_proc_exit_cache_contained.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/isteps/istep14/call_proc_exit_cache_contained.C b/src/usr/isteps/istep14/call_proc_exit_cache_contained.C
index 0e9753a9d..9cc55ac08 100644
--- a/src/usr/isteps/istep14/call_proc_exit_cache_contained.C
+++ b/src/usr/isteps/istep14/call_proc_exit_cache_contained.C
@@ -51,6 +51,7 @@
// Add P9 - Fake trigger for memory expansion
#include <kernel/console.H> // printk status
#include <devicefw/userif.H>
+#include <config.h>
// @TODO RTC:134082 remove above block
using namespace ISTEP;
@@ -245,7 +246,7 @@ void* call_proc_exit_cache_contained (void *io_pArgs)
"SUCCESS : call_proc_exit_cache_contained on all procs" );
// @TODO RTC:134082 remove below block
-#if 1
+#ifndef CONFIG_P9_VPO_COMPILE
// Add P9 - Fake trigger for memory expansion
TARGETING::Target* l_masterProc = NULL;
TARGETING::targetService()
OpenPOWER on IntegriCloud