summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/prdfPlatServices.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/plat/prdfPlatServices.C')
-rw-r--r--src/usr/diag/prdf/plat/prdfPlatServices.C8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/diag/prdf/plat/prdfPlatServices.C b/src/usr/diag/prdf/plat/prdfPlatServices.C
index 55bc84657..a3112f54f 100644
--- a/src/usr/diag/prdf/plat/prdfPlatServices.C
+++ b/src/usr/diag/prdf/plat/prdfPlatServices.C
@@ -865,8 +865,8 @@ uint32_t startBgScrub<TYPE_MCA>( ExtensibleChip * i_mcaChip,
#ifdef __HOSTBOOT_RUNTIME
// Starting a new command. Clear the UE and CE scrub stop counters
- getMcbistDataBundle( mcbChip )->iv_ueScrubStopCounter.reset();
- getMcbistDataBundle( mcbChip )->iv_ceScrubStopCounter.reset();
+ getMcbistDataBundle( mcbChip )->iv_ueStopCounter.reset();
+ getMcbistDataBundle( mcbChip )->iv_ceStopCounter.reset();
#endif
// Get the stop conditions.
@@ -1445,8 +1445,8 @@ uint32_t startBgScrub<TYPE_OCMB_CHIP>( ExtensibleChip * i_ocmb,
#ifdef __HOSTBOOT_RUNTIME
// Starting a new command. Clear the UE and CE scrub stop counters
- getOcmbDataBundle( mcbChip )->iv_ueScrubStopCounter.reset();
- getOcmbDataBundle( mcbChip )->iv_ceScrubStopCounter.reset();
+ getOcmbDataBundle( mcbChip )->iv_ueStopCounter.reset();
+ getOcmbDataBundle( mcbChip )->iv_ceStopCounter.reset();
#endif
// Get the stop conditions.
OpenPOWER on IntegriCloud