summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/resolution
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2014-08-20 22:39:21 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-08-28 13:14:46 -0500
commit0c07aa8e008f340b4258241a6c387e02b950e2bd (patch)
tree27d1a38bd81234c7391ed228fd99cb1badd9579b /src/usr/diag/prdf/common/framework/resolution
parent26cf9ba1ab939cde15700c5b5078f6b0b5d01c3c (diff)
downloadblackbird-hostboot-0c07aa8e008f340b4258241a6c387e02b950e2bd.tar.gz
blackbird-hostboot-0c07aa8e008f340b4258241a6c387e02b950e2bd.zip
PRD: fix TP_LFIR[19] masking issue at threshold
Change-Id: I457affecc313b158606bdad34b5679c2dfc780f7 CQ: SW274151 Backport: release-fips811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12913 Tested-by: Jenkins Server Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12941
Diffstat (limited to 'src/usr/diag/prdf/common/framework/resolution')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/resolution/prdfThresholdResolutions.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/framework/resolution/prdfThresholdResolutions.C b/src/usr/diag/prdf/common/framework/resolution/prdfThresholdResolutions.C
index e69d58a78..fa775f3fe 100755
--- a/src/usr/diag/prdf/common/framework/resolution/prdfThresholdResolutions.C
+++ b/src/usr/diag/prdf/common/framework/resolution/prdfThresholdResolutions.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2003,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -66,7 +68,7 @@ const ThresholdResolution::ThresholdPolicy ThresholdResolution::cv_mnfgDefault
const ThresholdResolution::ThresholdPolicy ThresholdResolution::cv_pllDefault
= g_thresholdPFW.get(
- ThresholdResolution::ThresholdPolicy(2,ThresholdResolution::ONE_MIN));
+ ThresholdResolution::ThresholdPolicy(2,5 * ThresholdResolution::ONE_MIN));
//----------------------------------------------------------------------
// Macros
OpenPOWER on IntegriCloud