diff options
author | Andrew Schultz <alschult@umich.edu> | 2004-05-03 11:48:17 -0400 |
---|---|---|
committer | Andrew Schultz <alschult@umich.edu> | 2004-05-03 11:48:17 -0400 |
commit | 8538ffdb3682d71c90c33b92b436a2d9cbdc42c3 (patch) | |
tree | 9d0e79de7630c3f5765d422cf8752f663533dddb /dev/tsunami.hh | |
parent | 53b54c2b65773374f617a73bb967554b706d7bbd (diff) | |
parent | 6807c319b02af31626ab2ed716da6341924eb857 (diff) | |
download | gem5-8538ffdb3682d71c90c33b92b436a2d9cbdc42c3.tar.xz |
Merge zizzer:/bk/linux
into zower.eecs.umich.edu:/.automount/zizzer/z/alschult/DiskModel/linux
--HG--
extra : convert_revision : 8eca0fba9d96bffea7a24bce9b14f0284bd58c83
Diffstat (limited to 'dev/tsunami.hh')
-rw-r--r-- | dev/tsunami.hh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev/tsunami.hh b/dev/tsunami.hh index 3c304dccd..2cbacc50b 100644 --- a/dev/tsunami.hh +++ b/dev/tsunami.hh @@ -81,12 +81,6 @@ class Tsunami : public Platform */ TsunamiPChip *pchip; - /** Pointer to the PCI Config Space - * The config space in Tsunami all needs to return - * -1 if a device is not there. - */ - PciConfigAll *pciconfig; - int intr_sum_type[Tsunami::Max_CPUs]; int ipi_pending[Tsunami::Max_CPUs]; @@ -99,7 +93,8 @@ class Tsunami : public Platform * @param intrFreq frequency that interrupts happen */ Tsunami(const std::string &name, System *s, SimConsole *con, - IntrControl *intctrl, int intrFreq); + IntrControl *intctrl, PciConfigAll *pci, + int intrFreq); virtual void serialize(std::ostream &os); virtual void unserialize(Checkpoint *cp, const std::string §ion); |