From 747ebb9979d3809d123b0e79925a7f96a8a8554d Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Sat, 21 Apr 2018 09:40:19 -0500 Subject: Fix check for EQ_CME_SCOM_LMCR_SCOM Change-Id: I7d6eb2a98478cd350d95f4d72c55a1243beb6c88 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57599 Reviewed-by: Prem Shanker Jha Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: Dean Sanner Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57602 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/pm/p9_cpu_special_wakeup_ex.C | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_cpu_special_wakeup_ex.C b/src/import/chips/p9/procedures/hwp/pm/p9_cpu_special_wakeup_ex.C index 381bc65ab..bf063ace0 100644 --- a/src/import/chips/p9/procedures/hwp/pm/p9_cpu_special_wakeup_ex.C +++ b/src/import/chips/p9/procedures/hwp/pm/p9_cpu_special_wakeup_ex.C @@ -97,11 +97,12 @@ fapi2::ReturnCode p9_cpu_special_wakeup_ex( l_autoSpWkUpEn = l_autoSpWkUp.getBit( AUTO_SPWKUP_DIS_POS + (l_exPos & 0x01) ) ? 0 : 1; - FAPI_ASSERT( (!l_rc && l_autoSpWkUpEn ), - fapi2::EX_SPECIAL_WAKEUP_NOT_FEASIBLE() - .set_EX_POS( l_exPos ), - "Special Wakeup Request Cannot Be Serviced on This Ex" ); } + + FAPI_ASSERT( (!l_rc && l_autoSpWkUpEn ), + fapi2::EX_SPECIAL_WAKEUP_NOT_FEASIBLE() + .set_EX_POS( l_exPos ), + "Special Wakeup Request Cannot Be Serviced on This Ex" ); } l_rc = _special_wakeup( i_target, -- cgit v1.2.1