summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/mem/prdfMemMark.C')
-rw-r--r--src/usr/diag/prdf/common/plat/mem/prdfMemMark.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C b/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
index 9af88d2b2..84e7c09b5 100644
--- a/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
+++ b/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
@@ -395,8 +395,8 @@ uint32_t __clearFetchAttn<TYPE_MBA>( ExtensibleChip * i_chip,
// Clear the fetch MPE attention.
ExtensibleChip * l_membChip = getConnectedParent( i_chip, TYPE_MEMBUF );
- const char * reg_str = ( 0 == i_chip->getPos() ) ? "MBA0_MBSECCFIR_AND"
- : "MBA1_MBSECCFIR_AND";
+ const char * reg_str = ( 0 == i_chip->getPos() ) ? "MBSECCFIR_0_AND"
+ : "MBSECCFIR_1_AND";
SCAN_COMM_REGISTER_CLASS * firand = l_membChip->getRegister( reg_str );
firand->setAllBits();
OpenPOWER on IntegriCloud