summaryrefslogtreecommitdiff
path: root/dev/tsunami.cc
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-10-25 18:14:13 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-10-25 18:14:13 -0400
commit3402411661caff075890c20a6c59fa471d5e68ac (patch)
tree1fdff9005fd8e020217a21bdfac672ff0885b99f /dev/tsunami.cc
parenteaf66f46588cdfd8a91b93821406e1d797c6d1fb (diff)
downloadgem5-3402411661caff075890c20a6c59fa471d5e68ac.tar.xz
changes to make interrupts part of the platform rather than tsunami
specific --HG-- extra : convert_revision : f51788dd41c23f13b253268bb2b286a5225ef087
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);