summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2016-02-05 11:47:29 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-06-06 12:55:51 -0400
commit63c066b4613672bd1bb7d3dad3db5ac810e702b0 (patch)
treed9e923d6cffd039301aa8b23ff5a7d3203e6bdca /src/usr/isteps/istep14
parentc6885d24740b8491bd927feeb7c4688368dbf5a2 (diff)
downloadtalos-hostboot-63c066b4613672bd1bb7d3dad3db5ac810e702b0.tar.gz
talos-hostboot-63c066b4613672bd1bb7d3dad3db5ac810e702b0.zip
Add P9 vpo build config, config compile and extra traces for debug
Change-Id: Id377c921327940cc7b720e601dada4af2068d94e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22177 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14')
-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