summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/hwas/common/hwas.C4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/hwas/common/hwas.C b/src/usr/hwas/common/hwas.C
index 0aaa0246b..8e6931ef7 100644
--- a/src/usr/hwas/common/hwas.C
+++ b/src/usr/hwas/common/hwas.C
@@ -2510,13 +2510,9 @@ errlHndl_t markDisabledMcas()
// fill the Lx data buffer with zeros
memset(lxData, 0x00, VPD_CRP0_LX_HDR_DATA_LENGTH);
-#ifdef __HOSTBOOT_MODULE
- //@TODO RTC:167294 Need to remove conditional after
- // additional implementation
//Read Lx keyword for associated proc and MCA
l_errl = platReadLx(l_mca,
lxData);
-#endif
if (l_errl)
{
OpenPOWER on IntegriCloud