summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMatt Derksen <v2cibmd@us.ibm.com>2016-08-12 14:38:35 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-22 18:07:50 -0400
commit6ccd4232d54ecb909f97dffbb98f00b5977c5a53 (patch)
treee5d15fc0d75f511d64738477f4d790c431544b4e /src/include
parent19eb5718ee472094163e55b4f02cc3d019ae2215 (diff)
downloadtalos-hostboot-6ccd4232d54ecb909f97dffbb98f00b5977c5a53.tar.gz
talos-hostboot-6ccd4232d54ecb909f97dffbb98f00b5977c5a53.zip
Enable p9_build_smp hardware procedure call in call_proc_build_smp
Change-Id: Icb710fce7f82f6f079982d975132543e72d5f7d8 RTC:158758 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28239 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/fapi2/target.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/target.H b/src/include/usr/fapi2/target.H
index 940e5b62e..790dd23a9 100644
--- a/src/include/usr/fapi2/target.H
+++ b/src/include/usr/fapi2/target.H
@@ -928,6 +928,7 @@ Target<K, V>::getOtherEnd(fapi2::Target<T, V>& o_target,
}
else
{
+ l_rc = FAPI2_RC_SUCCESS;
fapi2_peerTarget = fapi2::Target<T>(l_peerTargetList[0]);
}
o_target = fapi2_peerTarget;
OpenPOWER on IntegriCloud