diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2017-03-01 11:07:43 -0600 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2017-03-07 15:37:30 -0500 |
| commit | 71b79daf2cb77fb763b1e2aaaf96cd085d2144ea (patch) | |
| tree | da0eee5a36c1f385ef2aa53532d75bfb6e797373 /src/usr/diag/prdf/common/framework/resolution | |
| parent | b6865c106c7f825c1b4b48915ba291400fde64f6 (diff) | |
| download | blackbird-hostboot-71b79daf2cb77fb763b1e2aaaf96cd085d2144ea.tar.gz blackbird-hostboot-71b79daf2cb77fb763b1e2aaaf96cd085d2144ea.zip | |
PRD: cleaned procedure callouts in prdfCalloutMap.H
Change-Id: I9b645205bc2efeb269a025d4077ea0cde003b046
RTC: 137911
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37308
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@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/37602
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/framework/resolution')
| -rw-r--r-- | src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H b/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H index d4a68391b..7d007644f 100644 --- a/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H +++ b/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H @@ -82,14 +82,14 @@ namespace PRDF PRDF_SYM_CALLOUT_MAP_BEGIN -PRDF_SYM_CALLOUT_ALIAS( AllProcessors, HWAS::EPUB_PRC_ALL_PROCS ) -PRDF_SYM_CALLOUT_ALIAS( SP_CODE, HWAS::EPUB_PRC_SP_CODE ) -PRDF_SYM_CALLOUT_ALIAS( SystemSW_Code_ENUM, HWAS::EPUB_PRC_PHYP_CODE ) -PRDF_SYM_CALLOUT_ALIAS( NextLevelSupport_ENUM, HWAS::EPUB_PRC_LVL_SUPP ) -PRDF_SYM_CALLOUT_ALIAS( PassiveFabric_OffNode_ENUM, HWAS::EPUB_PRC_PROC_AB_BUS ) -PRDF_SYM_CALLOUT_ALIAS( ErrorCausedByMemUE_ENUM, HWAS::EPUB_PRC_MEMORY_UE ) -PRDF_SYM_CALLOUT_ALIAS( TODProcInterface_Enum, HWAS::EPUB_PRC_TOD_CLOCK_ERR ) -PRDF_SYM_CALLOUT_ALIAS( CoolingSystemError_ENUM, HWAS::EPUB_PRC_COOLING_SYSTEM_ERR) +PRDF_SYM_CALLOUT_ALIAS( SUE_PREV_ERR, HWAS::EPUB_PRC_SUE_PREVERROR ) +PRDF_SYM_CALLOUT_ALIAS( SP_CODE, HWAS::EPUB_PRC_SP_CODE ) +PRDF_SYM_CALLOUT_ALIAS( SYS_SW_CODE, HWAS::EPUB_PRC_PHYP_CODE ) +PRDF_SYM_CALLOUT_ALIAS( LEVEL2_SUPPORT, HWAS::EPUB_PRC_LVL_SUPP ) +PRDF_SYM_CALLOUT_ALIAS( FAB_BUS_OFF_NODE, HWAS::EPUB_PRC_PROC_AB_BUS ) +PRDF_SYM_CALLOUT_ALIAS( ERR_ROOT_IS_MEM_UE, HWAS::EPUB_PRC_MEMORY_UE ) +PRDF_SYM_CALLOUT_ALIAS( TOD_CLOCK_ERR, HWAS::EPUB_PRC_TOD_CLOCK_ERR ) +PRDF_SYM_CALLOUT_ALIAS( COOLING_SYSTEM_ERR, HWAS::EPUB_PRC_COOLING_SYSTEM_ERR) PRDF_SYM_CALLOUT_MAP_END |

