summaryrefslogtreecommitdiffstats
path: root/src/kernel/intmsghandler.C
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2013-04-23 14:10:52 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-16 12:36:09 -0500
commit8fac481d825883154ca20612ca0a69bc52f02618 (patch)
tree4429e6f57e9b73a4750181cbe138d74c359c6cf1 /src/kernel/intmsghandler.C
parenta151ccb70dab1007ca8aed2f0b89dfdf1cfe406b (diff)
downloadtalos-hostboot-8fac481d825883154ca20612ca0a69bc52f02618.tar.gz
talos-hostboot-8fac481d825883154ca20612ca0a69bc52f02618.zip
Inter-processor communications for multinode
RTC: 63128 Change-Id: Ica27c7f714bc8b874c9bccb663a32d3cfba37c5a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4193 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/kernel/intmsghandler.C')
-rw-r--r--src/kernel/intmsghandler.C11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/kernel/intmsghandler.C b/src/kernel/intmsghandler.C
index 8bf68950c..610335731 100644
--- a/src/kernel/intmsghandler.C
+++ b/src/kernel/intmsghandler.C
@@ -119,15 +119,6 @@ void InterruptMsgHdlr::handleInterrupt()
printk("InterrurptMsgHdlr got called before IPC was setup\n");
hit = true;
}
-
-
- // else we got an external interrupt before we got things set up.
- // TODO Is there anything that can be done other than
- // leave the interrupt presenter locked.
- // Does the code that sets up the IP registers need to check to see if
- // there is an interrupt sitting there and send an EOI?
- // Story 41868 - Mask off all interrupts very early - might
- // resolve this TODO.
}
}
@@ -155,6 +146,8 @@ void InterruptMsgHdlr::sendIPI(uint64_t i_pir)
mfrrAddress += mmio_offset(i_pir);
mfrrAddress += MFRR_ADDR_OFFSET;
+ mfrrAddress |= 0x8000000000000000ul;
+
register uint8_t data = 0;
eieio(); sync();
OpenPOWER on IntegriCloud