Move options files from <build_dir>/build_options to build_options/<build_dir>.
[gem5.git] / dev / tsunami.hh
index 70dc506fd33d976b3a0c501d660be7d04b250f95..7fd91d5b269ab5b7f289329e971338401fe61103 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -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);