summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep08
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2016-08-10 12:20:36 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-25 18:44:00 -0400
commit51aa7d2be9897a31da51518dc964f09f688a275c (patch)
treea084abac54fbe8942148e4a7fb1ef8f48acbebc9 /src/usr/isteps/istep08
parent6eb84744ea7350eb566f3ddfd02d254a85ed4e08 (diff)
downloadtalos-hostboot-51aa7d2be9897a31da51518dc964f09f688a275c.tar.gz
talos-hostboot-51aa7d2be9897a31da51518dc964f09f688a275c.zip
Update Xbus hwas rules and call pcie_scominit for all procs
Change-Id: I10db2fecc8a4b5571f7a8f9551954c107a2ebf2a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28110 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep08')
-rw-r--r--src/usr/isteps/istep08/call_proc_pcie_scominit.C6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/isteps/istep08/call_proc_pcie_scominit.C b/src/usr/isteps/istep08/call_proc_pcie_scominit.C
index 92a4c1432..3cded9a55 100644
--- a/src/usr/isteps/istep08/call_proc_pcie_scominit.C
+++ b/src/usr/isteps/istep08/call_proc_pcie_scominit.C
@@ -94,12 +94,6 @@ void* call_proc_pcie_scominit( void *io_pArgs )
for (const auto & l_cpu_target: l_cpuTargetList)
{
- if ( l_cpu_target == l_pMasterProcTarget )
- {
- // we are just checking the Slave PCI's, skip the master
- continue;
- }
-
// Compute the PCIE attribute config on all non-SP systems, since SP
// won't be there to do it.
if(!spBaseServicesEnabled)
OpenPOWER on IntegriCloud