summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/nest/p9_pba_access.C
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2017-09-06 15:48:09 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-09-08 21:05:22 -0400
commit76200ad4243b2b04192a95d64d6b75cc6fd30e97 (patch)
treed08d1bcd22287236da46e5af7fed99dbbcdd5f85 /src/import/chips/p9/procedures/hwp/nest/p9_pba_access.C
parent94e6d03e5479c416bc92899c7e0d41e752a5469b (diff)
downloadtalos-sbe-76200ad4243b2b04192a95d64d6b75cc6fd30e97.tar.gz
talos-sbe-76200ad4243b2b04192a95d64d6b75cc6fd30e97.zip
p9_pba_coherent_utils -- remove unsafe buffer checks
Change-Id: I66696a70446bb5e7af80e46b637f445def2ac03a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45746 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45754 Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/nest/p9_pba_access.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_pba_access.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_pba_access.C b/src/import/chips/p9/procedures/hwp/nest/p9_pba_access.C
index 30324bcb..5c5baa10 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_pba_access.C
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_pba_access.C
@@ -84,7 +84,7 @@ extern "C" {
//If we are not in fastmode or this is the last granule, we want to check the status
if ( i_lastGranule || (l_myPbaFlag.getFastMode() == false) )
{
- l_statusRc = p9_pba_coherent_status_check(i_target);
+ l_statusRc = p9_pba_coherent_check_status(i_target);
// Clean up PBA regardless of status check returned value.
if (i_lastGranule)
OpenPOWER on IntegriCloud