summaryrefslogtreecommitdiff
path: root/dev/tsunami.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/tsunami.hh')
-rw-r--r--dev/tsunami.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/tsunami.hh b/dev/tsunami.hh
index c6ed4eb51..7fd91d5b2 100644
--- a/dev/tsunami.hh
+++ b/dev/tsunami.hh
@@ -84,9 +84,7 @@ class Tsunami : public Platform
/**
* Constructor for the Tsunami Class.
* @param name name of the object
- * @param con pointer to the console
- * @param intrcontrol pointer to the interrupt controller
- * @param intrFreq frequency that interrupts happen
+ * @param intrctrl pointer to the interrupt controller
*/
Tsunami(const std::string &name, System *s, IntrControl *intctrl,
PciConfigAll *pci);