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/i82094aa.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dev/x86/i82094aa.hh') diff --git a/src/dev/x86/i82094aa.hh b/src/dev/x86/i82094aa.hh index 442163bbf..8be23d2c9 100644 --- a/src/dev/x86/i82094aa.hh +++ b/src/dev/x86/i82094aa.hh @@ -98,6 +98,8 @@ class I82094AA : public PioDevice, public IntDev I82094AA(Params *p); + void init(); + Tick read(PacketPtr pkt); Tick write(PacketPtr pkt); -- cgit v1.2.3