Skip to content

Commit 04c8dbb

Browse files
cnpalmerzane131
authored andcommitted
PRD: Fix tracing in cleanupChnlAttns workaround
Change-Id: I40de03148a612a611304bbc7c2b893360d4dd94d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/103397 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamen G Tyner <ben.tyner@ibm.com> Reviewed-by: Zane C Shelley <zshelle@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/103610 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
1 parent 4d5564e commit 04c8dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/usr/diag/prdf/common/plat/mem/prdfMemUtils.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,8 @@ void cleanupChnlAttns<TYPE_OCMB_CHIP>( ExtensibleChip * i_chip,
727727
if ( 0 != (regData & ~mskData) )
728728
{
729729
PRDF_TRAC( PRDF_FUNC "Re-setting DSTLFIR, attn found: %s "
730-
"regData=0x%x, mskData=0x%x", fir.firAddr, regData,
731-
mskData );
730+
"regData=0x%016llx, mskData=0x%016llx", fir.firAddr,
731+
regData, mskData );
732732
// Attention on, set bits in DSTLFIR
733733
SCAN_COMM_REGISTER_CLASS * dstlfir_or =
734734
mcc->getRegister( "DSTLFIR_OR" );

0 commit comments

Comments
 (0)