Skip to content

Commit

Permalink
PRD: Fix template in applyRasPolicies
Browse files Browse the repository at this point in the history
Change-Id: I896ffdc60ce804d0bda6d4394d6faada56f35c57
CQ: SW431217
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59542
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59709
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
  • Loading branch information
cnpalmer authored and zane131 committed Jun 1, 2018
1 parent 4e919f5 commit 5843609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ uint32_t __applyRasPolicies<TYPE_MBA>( ExtensibleChip * i_chip,

#ifdef __HOSTBOOT_RUNTIME
// No more repairs left so no point doing any more TPS procedures.
MemDbUtils::banTps<TYPE_MCA>( i_chip, i_rank );
MemDbUtils::banTps<TYPE_MBA>( i_chip, i_rank );
#endif
}

Expand Down

0 comments on commit 5843609

Please sign in to comment.