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.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C b/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
index c53922b23..078ac6abb 100644
--- a/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
+++ b/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
@@ -123,7 +123,7 @@ uint32_t writeChipMark<TYPE_MCA>( ExtensibleChip * i_chip,
SCAN_COMM_REGISTER_CLASS * hwms = i_chip->getRegister( msName );
// HWMSx[0:7] set this to the Galois field.
- hwms->SetBitFieldJustified( 0, 8, i_mark.getGalois() );
+ hwms->SetBitFieldJustified( 0, 8, i_mark.getChipGalois() );
// HWMSx[8] confirmed with the hardware team that this will not trigger
// another MPE attention and that they want this set to 1.
OpenPOWER on IntegriCloud