summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Stegmiller <bjs@us.ibm.com>2016-04-19 08:24:43 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-19 17:22:29 -0400
commit6040a58c73cb74ef8114001cccf9f4652b333790 (patch)
tree48f17cd4e8a69b7483683fa82fa489fbb8a7118f
parentdcf2787ac721e170f9cab289ad760a6590362bd3 (diff)
downloadtalos-hostboot-6040a58c73cb74ef8114001cccf9f4652b333790.tar.gz
talos-hostboot-6040a58c73cb74ef8114001cccf9f4652b333790.zip
Re-enable checkForIplAttentions
Change-Id: Id6889df70c0b54496deb2962fc4dd4e54c87a130 RTC: 145353 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23409 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/initservice/istepdispatcher/istepdispatcher.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.C b/src/usr/initservice/istepdispatcher/istepdispatcher.C
index a2ddbbd17..3cc5c8f5a 100644
--- a/src/usr/initservice/istepdispatcher/istepdispatcher.C
+++ b/src/usr/initservice/istepdispatcher/istepdispatcher.C
@@ -768,8 +768,6 @@ errlHndl_t IStepDispatcher::doIstep(uint32_t i_istep,
err->plid());
}
-// @todo RTC:145353 - Restore testprdf and testattn in p9 branch
-#if (0)
// Check for any attentions and invoke PRD for analysis
// if not in MPIPL mode
else if ((true == theStep->taskflags.check_attn) &&
@@ -786,7 +784,6 @@ errlHndl_t IStepDispatcher::doIstep(uint32_t i_istep,
"checkForIplAttentions");
}
}
-#endif
#ifdef CONFIG_RECONFIG_LOOP_TESTS_ENABLE
// Read ATTR_RECONFIG_LOOP_TESTS_ENABLE attribute
OpenPOWER on IntegriCloud