From c41fc138e78420c72d8dada805a16c96f74f631b Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Sun, 6 Feb 2011 22:14:18 -0800 Subject: dev: fixed bugs to extend interrupt capability beyond 15 cores --- src/dev/x86/intdev.cc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/dev/x86/intdev.cc') diff --git a/src/dev/x86/intdev.cc b/src/dev/x86/intdev.cc index 0d392d5ee..0c0fa73cf 100644 --- a/src/dev/x86/intdev.cc +++ b/src/dev/x86/intdev.cc @@ -48,6 +48,15 @@ X86ISA::IntDev::IntPort::sendMessage(ApicList apics, } } +void +X86ISA::IntDev::init() +{ + if (!intPort) { + panic("Int port not connected to anything!"); + } + intPort->sendStatusChange(Port::RangeChange); +} + X86ISA::IntSourcePin * X86IntSourcePinParams::create() { -- cgit v1.2.3