summaryrefslogtreecommitdiffstats
path: root/src/kernel/terminate.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/terminate.C')
-rw-r--r--src/kernel/terminate.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/terminate.C b/src/kernel/terminate.C
index 499fd96b9..0f8db9ea4 100644
--- a/src/kernel/terminate.C
+++ b/src/kernel/terminate.C
@@ -71,9 +71,11 @@ 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
OpenPOWER on IntegriCloud