diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-10-25 18:15:28 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-10-25 18:15:28 -0400 |
commit | be0184b463056645d97598dfc98292f75e579b1a (patch) | |
tree | 9d780c3c804b42fc40e680994ff248af4c4b58c3 /dev/tsunami.cc | |
parent | d55eb90fc73e27d26e64daa4c69efc3beee00429 (diff) | |
parent | 3402411661caff075890c20a6c59fa471d5e68ac (diff) | |
download | gem5-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.cc | 12 |
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); |