summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/scomtrans.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/scom/scomtrans.C')
-rw-r--r--src/usr/scom/scomtrans.C10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/scom/scomtrans.C b/src/usr/scom/scomtrans.C
index 48ceb5724..9fab4d1ec 100644
--- a/src/usr/scom/scomtrans.C
+++ b/src/usr/scom/scomtrans.C
@@ -310,11 +310,11 @@ errlHndl_t p9_translation (TARGETING::Target * &i_target,
#if __HOSTBOOT_RUNTIME
- //true => FSP present, false =>OP HBRT
- bool isFSP_HBRT = INITSERVICE::spBaseServicesEnabled();
-
- if(((i_type == TARGETING::TYPE_EX) || (i_type == TARGETING::TYPE_CORE)) &&
- (!g_wakeupInProgress) && (!isFSP_HBRT) && !(i_opMode & fapi2::DO_NOT_DO_WAKEUP) )
+ if(((i_type == TARGETING::TYPE_EQ) ||
+ (i_type == TARGETING::TYPE_EX) ||
+ (i_type == TARGETING::TYPE_CORE)) &&
+ (!g_wakeupInProgress) &&
+ !(i_opMode & fapi2::DO_NOT_DO_WAKEUP) )
{
TRACFCOMP(g_trac_scom,"Determining if Special Wakeup is needed..");
bool l_needsWakeup = true;
OpenPOWER on IntegriCloud