diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2017-03-31 10:49:35 -0500 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2017-04-04 11:54:02 -0400 |
| commit | 44fb2edf325cc87f9a456ec278a204abb20eb749 (patch) | |
| tree | 7be7253477ce4f928428c9963800798b020b19a4 /src/usr/diag/prdf/common/plugins | |
| parent | dfb45d7d194f6398d5a0960e1b0144ca53097975 (diff) | |
| download | talos-hostboot-44fb2edf325cc87f9a456ec278a204abb20eb749.tar.gz talos-hostboot-44fb2edf325cc87f9a456ec278a204abb20eb749.zip | |
PRD: Fixed signature parser for P9 EX chiplets
Change-Id: I545fb02bf621dc1f591f06563a3311056498bc19
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38705
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38746
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plugins')
| -rw-r--r-- | src/usr/diag/prdf/common/plugins/prdfLogParse_common.C | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/diag/prdf/common/plugins/prdfLogParse_common.C b/src/usr/diag/prdf/common/plugins/prdfLogParse_common.C index 1de7cd64c..7bcdac465 100644 --- a/src/usr/diag/prdf/common/plugins/prdfLogParse_common.C +++ b/src/usr/diag/prdf/common/plugins/prdfLogParse_common.C @@ -155,10 +155,6 @@ void getTargetInfo( HUID i_chipId, TARGETING::TYPE & o_targetType, uint16_t l_chip = i_chipId & 0xffff; uint16_t l_chiplet = l_chip; - static const uint8_t MAX_EX_PER_PROC = 16; - static const uint8_t MAX_MCS_PER_PROC = 8; - static const uint8_t MAX_MBA_PER_MEMBUF = 2; - switch ( o_targetType ) { case TYPE_PROC: |

