summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/service/prdfTargetServices.C
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2013-12-13 14:39:31 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-07 16:35:55 -0600
commit8e84161696ebab8ccbe60e7528a2a6f95876d8f3 (patch)
tree63b6914f6c87bc20179ebb4c37dcae715d5ba0c4 /src/usr/diag/prdf/common/framework/service/prdfTargetServices.C
parent374df2b66eb078e8b46d8c97469887c46ebd64e6 (diff)
downloadtalos-hostboot-8e84161696ebab8ccbe60e7528a2a6f95876d8f3.tar.gz
talos-hostboot-8e84161696ebab8ccbe60e7528a2a6f95876d8f3.zip
PRD: enable fast background scrubbing
Change-Id: Ia0b28d75b7eb64af8469748152a3cdd41f364520 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7731 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server 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/7930
Diffstat (limited to 'src/usr/diag/prdf/common/framework/service/prdfTargetServices.C')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/prdfTargetServices.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/prdfTargetServices.C b/src/usr/diag/prdf/common/framework/service/prdfTargetServices.C
index 764ea5d1f..1df9e41ef 100755
--- a/src/usr/diag/prdf/common/framework/service/prdfTargetServices.C
+++ b/src/usr/diag/prdf/common/framework/service/prdfTargetServices.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -1417,6 +1417,9 @@ bool mnfgTerminate()
bool areDramRepairsDisabled()
{ return isMnfgFlagSet( MNFG_FLAG_BIT_MNFG_DISABLE_DRAM_REPAIRS ); }
+bool enableFastBgScrub()
+{ return isMnfgFlagSet( MNFG_FLAG_BIT_MNFG_FAST_BACKGROUND_SCRUB ); }
+
bool mnfgSpareDramDeploy()
{ return isMnfgFlagSet( MNFG_FLAG_BIT_MNFG_TEST_DRAM_REPAIRS ); }
OpenPOWER on IntegriCloud