summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep1.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep1.C')
-rw-r--r--src/usr/isteps/istep1.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/isteps/istep1.C b/src/usr/isteps/istep1.C
index 948980fe0..dd97750b5 100644
--- a/src/usr/isteps/istep1.C
+++ b/src/usr/isteps/istep1.C
@@ -84,8 +84,9 @@ void IStep0sub0( void * io_pArgs )
command, returncode );
// ----- start ISTEP --------------------------------------------------
- // Set processor chip to the master
- TARGETING::Target* l_pTarget = MASTER_PROCESSOR_CHIP_TARGET_SENTINEL;
+ // Get the master processor chip
+ TARGETING::Target* l_pTarget = NULL;
+ TARGETING::targetService().masterProcChipTargetHandle(l_pTarget);
// Create a FAPI Target and invoke the hwpInitialTest HWP
fapi::Target l_fapiTarget(TARGET_TYPE_PROC_CHIP,
OpenPOWER on IntegriCloud