From 3a3d65e1bec528f3ba6b526bdeb843ad379c68fc Mon Sep 17 00:00:00 2001 From: Sangeetha T S Date: Thu, 23 Mar 2017 01:38:17 -0500 Subject: [PATCH] LFIR masks changes Change-Id: Ied71d25cab047c44aad0a3b0121ebcdb28907223 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38338 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Michael S. Floyd Reviewed-by: AMIT KUMAR Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38341 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- .../p9/procedures/hwp/pm/p9_pm_occ_firinit.C | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C index f4f427715db..c4a6acd9a45 100644 --- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C +++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C @@ -250,8 +250,8 @@ fapi2::ReturnCode pm_occ_fir_init( "ERROR: Failed to mask bit"); FAPI_TRY(l_occFir.mask(OCC_FW1), "ERROR: Failed to mask bit"); - FAPI_TRY(l_occFir.setMalfAlert(CME_ERR_NOTIFY), - "ERROR: Failed to set Malf alert"); + FAPI_TRY(l_occFir.mask(CME_ERR_NOTIFY), + "ERROR: Failed to mask bit"); FAPI_TRY(l_occFir.setRecvAttn(STOP_RCV_NOTIFY_PRD), "ERROR: Failed to set recoverable attention"); FAPI_TRY(l_occFir.setMalfAlert(OCC_HB_NOTIFY), @@ -260,18 +260,18 @@ fapi2::ReturnCode pm_occ_fir_init( "ERROR: Failed to mask bit"); FAPI_TRY(l_occFir.mask(GPE1_WD_TIMEOUT), "ERROR: Failed to mask bit"); - FAPI_TRY(l_occFir.setMalfAlert(GPE2_WD_TIMEOUT), - "ERROR: Failed to set Malf alert"); + FAPI_TRY(l_occFir.mask(GPE2_WD_TIMEOUT), + "ERROR: Failed to mask bit"); FAPI_TRY(l_occFir.mask(GPE3_WD_TIMEOUT), "ERROR: Failed to mask bit"); - FAPI_TRY(l_occFir.setRecvAttn(GPE0_ERR), - "ERROR: Failed to set recoverable attention"); - FAPI_TRY(l_occFir.setRecvAttn(GPE1_ERR), - "ERROR: Failed to set recoverable attention"); - FAPI_TRY(l_occFir.setRecvIntr(GPE2_ERR), - "ERROR: Failed to set recovery on interrupt"); - FAPI_TRY(l_occFir.setMalfAlert(GPE3_ERR), - "ERROR: Failed to set Malf alert"); + FAPI_TRY(l_occFir.mask(GPE0_ERR), + "ERROR: Failed to mask bit"); + FAPI_TRY(l_occFir.mask(GPE1_ERR), + "ERROR: Failed to mask bit"); + FAPI_TRY(l_occFir.mask(GPE2_ERR), + "ERROR: Failed to mask bit"); + FAPI_TRY(l_occFir.mask(GPE3_ERR), + "ERROR: Failed to mask bit"); FAPI_TRY(l_occFir.mask(OCB_ERR), "ERROR: Failed to mask bit"); FAPI_TRY(l_occFir.setRecvAttn(SRT_UE),