diff options
author | Zane Shelley <zshelle@us.ibm.com> | 2017-05-31 15:03:36 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-09 17:14:33 -0400 |
commit | 9df63900351645431ba629bfa49fd236829daaf6 (patch) | |
tree | 7b42d4f2e005709d466c0cf0e8b40aa13a55473d /src/usr/isteps/istep16 | |
parent | 826713fa254a1255a42c4c4a8968b3ae3b7d0ea9 (diff) | |
download | talos-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/usr/isteps/istep16')
-rw-r--r-- | src/usr/isteps/istep16/call_host_activate_slave_cores.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep16/call_host_activate_slave_cores.C b/src/usr/isteps/istep16/call_host_activate_slave_cores.C index 87e925b53..6ca6c4034 100644 --- a/src/usr/isteps/istep16/call_host_activate_slave_cores.C +++ b/src/usr/isteps/istep16/call_host_activate_slave_cores.C @@ -233,7 +233,7 @@ void* call_host_activate_slave_cores (void *io_pArgs) } // @@@@@ END CUSTOM BLOCK: @@@@@ -#ifdef CONFIG_IPLTIME_CHECKSTOP_ANALYSIS +#if defined(CONFIG_IPLTIME_CHECKSTOP_ANALYSIS) && !defined(__HOSTBOOT_RUNTIME) if( l_stepError.isNull() ) { // update firdata inputs for OCC |