diff options
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); |