summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2016-11-02 14:42:23 -0500
committerMatthew A. Ploetz <maploetz@us.ibm.com>2016-11-04 10:36:57 -0400
commitde9c728f2163eb196d7bed171ceb5e0969140210 (patch)
tree1cf77ae26ddc944a580db9fcb293195f15d1dc2c
parenta698bf0c35ba5250d35c0a5fa86faa031c04edf5 (diff)
downloadtalos-hostboot-de9c728f2163eb196d7bed171ceb5e0969140210.tar.gz
talos-hostboot-de9c728f2163eb196d7bed171ceb5e0969140210.zip
Actually call p9_fab_iovalid
- Without this the SMP won't run Change-Id: I9d3d8d30125fb4c743df61566efbf8a1e4bf1659 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32141 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
-rw-r--r--src/usr/isteps/istep09/call_proc_fab_iovalid.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/istep09/call_proc_fab_iovalid.C b/src/usr/isteps/istep09/call_proc_fab_iovalid.C
index fa3223087..39676e51a 100644
--- a/src/usr/isteps/istep09/call_proc_fab_iovalid.C
+++ b/src/usr/isteps/istep09/call_proc_fab_iovalid.C
@@ -98,8 +98,8 @@ void* call_proc_fab_iovalid( void *io_pArgs )
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"Running p9_fab_iovalid HWP on processor target %.8X",
TARGETING::get_huid(l_cpu_target) );
-// @TODO RTC:134079 Integrate L2 HWPs for istep 9
-// FAPI_INVOKE_HWP(l_errl, p9_fab_iovalid, l_fapi2_proc_target, true);
+ FAPI_INVOKE_HWP(l_errl, p9_fab_iovalid, l_fapi2_proc_target,
+ true, true, false);
if(l_errl)
{
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
OpenPOWER on IntegriCloud