summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep18/establish_system_smp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep18/establish_system_smp.C')
-rw-r--r--src/usr/isteps/istep18/establish_system_smp.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/isteps/istep18/establish_system_smp.C b/src/usr/isteps/istep18/establish_system_smp.C
index 2a59046d1..241ab5384 100644
--- a/src/usr/isteps/istep18/establish_system_smp.C
+++ b/src/usr/isteps/istep18/establish_system_smp.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2018 */
+/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -53,7 +53,6 @@
#include <istep_mbox_msgs.H>
#include <vfs/vfs.H>
-#include <config.h>
// targeting support
#include <targeting/common/commontargeting.H>
@@ -674,6 +673,8 @@ void *host_sys_fab_iovalid_processing(void* io_ptr )
"returned err: plid=0x%X. Deleting err and continuing",
err->plid());
err->collectTrace("ISTEPS_TRACE");
+ // Let the caller know that an error occurred
+ io_pMsg->data[0] = err->plid();
errlCommit(err, SECURE_COMP_ID);
}
OpenPOWER on IntegriCloud