summaryrefslogtreecommitdiff
path: root/dev/tsunami.cc
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.cc
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.cc')
-rw-r--r--dev/tsunami.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/tsunami.cc b/dev/tsunami.cc
index c44da69b7..ce2d473a9 100644
--- a/dev/tsunami.cc
+++ b/dev/tsunami.cc
@@ -75,6 +75,18 @@ Tsunami::clearConsoleInt()
}
void
+Tsunami::postPciInt(int line)
+{
+ this->cchip->postDRIR(line);
+}
+
+void
+Tsunami::clearPciInt(int line)
+{
+ this->cchip->clearDRIR(line);
+}
+
+void
Tsunami::serialize(std::ostream &os)
{
SERIALIZE_ARRAY(intr_sum_type, Tsunami::Max_CPUs);