From 44fb2edf325cc87f9a456ec278a204abb20eb749 Mon Sep 17 00:00:00 2001 From: Zane Shelley Date: Fri, 31 Mar 2017 10:49:35 -0500 Subject: [PATCH] PRD: Fixed signature parser for P9 EX chiplets Change-Id: I545fb02bf621dc1f591f06563a3311056498bc19 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38705 Tested-by: Jenkins Server Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Brian J. Stegmiller Reviewed-by: Caleb N. Palmer Reviewed-by: Zane C. Shelley Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38746 Tested-by: Jenkins OP Build CI --- src/usr/diag/prdf/common/plugins/prdfLogParse_common.C | 4 ---- 1 file changed, 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 1de7cd64c15..7bcdac465ce 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: