Skip to content

Commit

Permalink
ATTN: Use different word for XISR content
Browse files Browse the repository at this point in the history
Change-Id: Iedbc2157724befbd244352d19a4ef18b28889a9b
RTC: 168018
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35387
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
  • Loading branch information
Brian Stegmiller authored and zane131 committed Feb 6, 2017
1 parent c0a19dc commit fea19a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/usr/diag/attn/ipl/attnsvc.C
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2014,2016 */
/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -161,9 +161,11 @@ void Service::processIntrQMsgPreAck(const msg_t & i_msg)

TargetHandle_t proc = NULL;

// 32 bits: 22 unused, 3:node, 3:chip,
// 1:interProcInterrupt, 3:InterruptSourceNumber
INTR::XISR_t xisr;

xisr.u32 = i_msg.data[0];
xisr.u32 = i_msg.data[1];

TargetHandleList procs;
getTargetService().getAllChips(procs, TYPE_PROC);
Expand Down

0 comments on commit fea19a9

Please sign in to comment.