summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/runtime/populate_hbruntime.C8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C
index b4c700de2..8f62d84ac 100644
--- a/src/usr/runtime/populate_hbruntime.C
+++ b/src/usr/runtime/populate_hbruntime.C
@@ -1084,6 +1084,14 @@ errlHndl_t populate_HbRsvMem(uint64_t i_nodeId)
// Handle all Pre verified PNOR sections
for (const auto & secIdPair : preVerifiedPnorSections)
{
+ // Skip RINGOVD section in POWERVM mode
+ if (secIdPair.first == PNOR::RINGOVD &&
+ INITSERVICE::spBaseServicesEnabled() &&
+ TARGETING::is_phyp_load())
+ {
+ continue;
+ }
+
l_elog = hbResvLoadSecureSection(secIdPair.first, secIdPair.second);
if (l_elog)
{
OpenPOWER on IntegriCloud