arm: refactor packet processing in Pl390 GIC
[gem5.git] / src / dev / isa_fake.hh
index 5f54b1af3c47b86bc971d691e5f0e04280b8e0a9..1223e3b22ec589e49153bbeb5b47821b07486574 100644 (file)
 
 #include <string>
 
-#include "base/range.hh"
 #include "dev/io_device.hh"
-#include "dev/alpha/tsunami.hh"
-#include "params/IsaFake.hh"
+// #include "dev/alpha/tsunami.hh"
 #include "mem/packet.hh"
+#include "params/IsaFake.hh"
 
 /**
  * IsaFake is a device that returns, BadAddr, 1 or 0 on all reads and
@@ -66,7 +65,7 @@ class IsaFake : public BasicPioDevice
         return dynamic_cast<const Params *>(_params);
     }
     /**
-      * The constructor for Tsunmami Fake just registers itself with the MMU.
+      * The constructor for Isa Fake just registers itself with the MMU.
       * @param p params structure
       */
     IsaFake(Params *p);