summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/common/hwas.C3
-rw-r--r--src/usr/hwas/hwasPlat.C11
2 files changed, 0 insertions, 14 deletions
diff --git a/src/usr/hwas/common/hwas.C b/src/usr/hwas/common/hwas.C
index 2322271dd..6f23c9e9f 100644
--- a/src/usr/hwas/common/hwas.C
+++ b/src/usr/hwas/common/hwas.C
@@ -861,7 +861,6 @@ errlHndl_t checkMinimumHardware(const TARGETING::ConstTargetHandle_t i_node)
} // if no cores
}
-#ifndef CONFIG_DJVPD_READ_FROM_HW
// check here for functional dimms
TargetHandleList l_dimms;
PredicateCTM l_dimm(CLASS_LOGICAL_CARD, TYPE_DIMM);
@@ -977,8 +976,6 @@ errlHndl_t checkMinimumHardware(const TARGETING::ConstTargetHandle_t i_node)
// errl is now NULL
}
-#endif // CONFIG_DJVPD_READ_FROM_HW
-
// ------------------------------------------------------------
// Check for Mirrored memory -
// If the user requests mirrored memory and we do not have it,
diff --git a/src/usr/hwas/hwasPlat.C b/src/usr/hwas/hwasPlat.C
index 8523d63a3..57fabdee6 100644
--- a/src/usr/hwas/hwasPlat.C
+++ b/src/usr/hwas/hwasPlat.C
@@ -402,17 +402,6 @@ errlHndl_t platPresenceDetect(TargetHandleList &io_targets)
continue;
}
- // HW backed by VPD cannot detect DIMMs at this stage of IPL, so will
- // force all DIMMs on to be present for now and then fix up later
- // @TODO RTC: 111211 - fix DIMMs later
-#ifdef CONFIG_DJVPD_READ_FROM_HW
- if ( pTarget->getAttr<ATTR_TYPE>() == TYPE_DIMM )
- {
- pTarget_it++;
- continue;
- }
-#endif
-
// call deviceRead() to see if they are present
bool present = false;
size_t presentSize = sizeof(present);
OpenPOWER on IntegriCloud