From 27d7d34f53d43be42e97173aa7d8d0e83bd170b5 Mon Sep 17 00:00:00 2001 From: Marty Gloff Date: Mon, 27 Feb 2017 16:21:27 -0600 Subject: 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 Tested-by: FSP CI Jenkins Reviewed-by: Corey V. Swenson Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell --- src/usr/hwas/common/hwas.C | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/usr/hwas') 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) { -- cgit v1.2.1