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.hh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/dev/x86/intdev.hh') diff --git a/src/dev/x86/intdev.hh b/src/dev/x86/intdev.hh index 61e486718..b26b081bf 100644 --- a/src/dev/x86/intdev.hh +++ b/src/dev/x86/intdev.hh @@ -84,14 +84,6 @@ class IntDev // need to be moved into a subclass. void sendMessage(ApicList apics, TriggerIntMessage message, bool timing); - - void recvStatusChange(Status status) - { - if (status == RangeChange) { - sendStatusChange(Port::RangeChange); - } - } - }; IntPort * intPort; @@ -110,6 +102,8 @@ class IntDev virtual ~IntDev() {} + virtual void init(); + virtual void signalInterrupt(int line) { -- cgit v1.2.3