summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Derksen <v2cibmd@us.ibm.com>2016-08-19 09:52:23 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-08-22 11:53:26 -0400
commita840da561aa1f3bfabcf4b2aa7a8ffea3327e600 (patch)
tree1a2c16d8a99ee38293d3c64ed32e6148a8763eca
parent67717a4f64e8cb1728fe2d2d8890394d575d02c2 (diff)
downloadtalos-hostboot-a840da561aa1f3bfabcf4b2aa7a8ffea3327e600.tar.gz
talos-hostboot-a840da561aa1f3bfabcf4b2aa7a8ffea3327e600.zip
Fix sendMsg to exit if in vpo environment
Change-Id: Ie6a7c4845be987f7f284a862fa8d45931c46530c RTC:134177 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28520 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: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
-rw-r--r--src/usr/isteps/istep13/hbVddrMsg.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep13/hbVddrMsg.C b/src/usr/isteps/istep13/hbVddrMsg.C
index 1a6236807..eb747925d 100644
--- a/src/usr/isteps/istep13/hbVddrMsg.C
+++ b/src/usr/isteps/istep13/hbVddrMsg.C
@@ -321,7 +321,7 @@ errlHndl_t HBVddrMsg::sendMsg(VDDR_MSG_TYPE i_msgType) const
do
{
RequestContainer l_request;
- if (!TARGETING::is_vpo())
+ if (TARGETING::is_vpo())
{
TRACFCOMP(g_trac_volt,
"hbVddrMsg::sendMsg skipped because of VPO environment");
OpenPOWER on IntegriCloud