Skip to content

Commit

Permalink
Revert "Set HB Dump Flag in TI Data on any TI with SRC"
Browse files Browse the repository at this point in the history
This reverts commit f5024f6.

CQ: SW429535
Change-Id: I60828c8c5f52128e04c3cbac1536bd7969382eaa
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58968
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed May 17, 2018
1 parent 1e9e686 commit 1b81968
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kernel/terminate.C
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ void termWriteSRC(uint16_t i_source, uint16_t i_reasoncode,uint64_t i_failAddr,
uint32_t i_error_data)
{
// Update the TI structure with the type of TI, who called,
// and indicator flag for doing HB dump
// and extra error data (if applicable, otherwise 0)
kernel_TIDataArea.type = TI_WITH_SRC;
kernel_TIDataArea.source = i_source;
kernel_TIDataArea.hbDumpFlag = 1;
kernel_TIDataArea.error_data = i_error_data;

// Update TID data area with the SRC info we have avail
Expand Down

0 comments on commit 1b81968

Please sign in to comment.