summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2017-02-27 16:21:27 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-28 17:50:10 -0500
commit27d7d34f53d43be42e97173aa7d8d0e83bd170b5 (patch)
tree6e708b46f2a603ed278572d5b80b1740a712a4bb /src/usr/hwas/common
parente72a22be4474024d7c5810486835b55bd34b45d8 (diff)
downloadtalos-hostboot-27d7d34f53d43be42e97173aa7d8d0e83bd170b5.tar.gz
talos-hostboot-27d7d34f53d43be42e97173aa7d8d0e83bd170b5.zip
Need changes for platReadLx
Remove conditional around platReadLx call now that HWSV support is available in CMVC. Change-Id: I46c4eff0ac0ba12fa9fa6fcd935cf93ebb907a9e RTC: 167294 CMVC-Prereq: 1015719 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37134 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/common')
-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