summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep09/call_proc_fab_iovalid.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep09/call_proc_fab_iovalid.C')
-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 dea7a2bbf..7f530d716 100644
--- a/src/usr/isteps/istep09/call_proc_fab_iovalid.C
+++ b/src/usr/isteps/istep09/call_proc_fab_iovalid.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -122,7 +122,7 @@ void* call_proc_fab_iovalid( void *io_pArgs )
"Running p9_fab_iovalid HWP on processor target %.8X",
TARGETING::get_huid(l_cpu_target) );
FAPI_INVOKE_HWP(l_errl, p9_fab_iovalid, l_fapi2_proc_target,
- true, true, false);
+ true, true, true);
if(l_errl)
{
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
OpenPOWER on IntegriCloud