summaryrefslogtreecommitdiff
path: root/dev/tsunami.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-10-25 18:15:28 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-10-25 18:15:28 -0400
commitbe0184b463056645d97598dfc98292f75e579b1a (patch)
tree9d780c3c804b42fc40e680994ff248af4c4b58c3 /dev/tsunami.hh
parentd55eb90fc73e27d26e64daa4c69efc3beee00429 (diff)
parent3402411661caff075890c20a6c59fa471d5e68ac (diff)
downloadgem5-be0184b463056645d97598dfc98292f75e579b1a.tar.xz
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smp
--HG-- extra : convert_revision : 59173b5d4599cfe1cbaa96705e9731ee5a8d8647
Diffstat (limited to 'dev/tsunami.hh')
-rw-r--r--dev/tsunami.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/tsunami.hh b/dev/tsunami.hh
index 4367383ff..0a7fdbcd9 100644
--- a/dev/tsunami.hh
+++ b/dev/tsunami.hh
@@ -109,6 +109,16 @@ class Tsunami : public Platform
virtual void clearConsoleInt();
/**
+ * Cause the chipset to post a cpi interrupt to the CPU.
+ */
+ virtual void postPciInt(int line);
+
+ /**
+ * Clear a posted PCI->CPU interrupt
+ */
+ virtual void clearPciInt(int line);
+
+ /**
* Serialize this object to the given output stream.
* @param os The stream to serialize to.
*/