summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/pm
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-05-31 15:03:36 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-09 17:14:33 -0400
commit9df63900351645431ba629bfa49fd236829daaf6 (patch)
tree7b42d4f2e005709d466c0cf0e8b40aa13a55473d /src/include/usr/isteps/pm
parent826713fa254a1255a42c4c4a8968b3ae3b7d0ea9 (diff)
downloadtalos-hostboot-9df63900351645431ba629bfa49fd236829daaf6.tar.gz
talos-hostboot-9df63900351645431ba629bfa49fd236829daaf6.zip
fixed compilation errors when IPLTIME_CHECKSTOP_ANALYSIS is enabled
Not all compile errors have been resolved because occCheckstop.C is not getting built at this time. This config will not be enabled as default until after the IPL support is complete. Change-Id: I9b2892c9bcae1929de2c871a71174a2f27d88d76 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41181 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/pm')
-rw-r--r--src/include/usr/isteps/pm/occCheckstop.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/isteps/pm/occCheckstop.H b/src/include/usr/isteps/pm/occCheckstop.H
index 6a13146cd..4fa55bfd4 100644
--- a/src/include/usr/isteps/pm/occCheckstop.H
+++ b/src/include/usr/isteps/pm/occCheckstop.H
@@ -79,7 +79,7 @@ namespace HBOCC
errlHndl_t loadHostDataToHomer(TARGETING::Target* i_proc,
void* i_occHostDataVirtAddr);
-#ifdef CONFIG_IPLTIME_CHECKSTOP_ANALYSIS
+#if defined(CONFIG_IPLTIME_CHECKSTOP_ANALYSIS) && !defined(__HOSTBOOT_RUNTIME)
/**
* @brief Sets up OCC Host data in SRAM
*
OpenPOWER on IntegriCloud