summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep14')
-rw-r--r--src/usr/isteps/istep14/call_host_mpipl_service.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/istep14/call_host_mpipl_service.C b/src/usr/isteps/istep14/call_host_mpipl_service.C
index 6801d6672..bab3ace62 100644
--- a/src/usr/isteps/istep14/call_host_mpipl_service.C
+++ b/src/usr/isteps/istep14/call_host_mpipl_service.C
@@ -157,10 +157,10 @@ void* call_host_mpipl_service (void *io_pArgs)
do
{
- // In non-FSP based system SBE collects architected register
+ // In OPAL based system SBE collects architected register
// data. Copy architected register data from Reserved Memory
// to hypervisor memory.
- if ( !INITSERVICE::spBaseServicesEnabled() )
+ if( TARGETING::is_sapphire_load() )
{
l_err = DUMP::copyArchitectedRegs();
if (l_err)
OpenPOWER on IntegriCloud