arm: Remove the 'magic MSI register' in the GIC (PL390)
[gem5.git] / src / dev / platform.cc
index 2b51a6245b84978ad849c414c8d9043d655212f6..c6078078682f9b20c13b81ffd5d2b2b93c401f29 100644 (file)
  */
 
 #include "base/misc.hh"
+#include "config/the_isa.hh"
 #include "dev/platform.hh"
 #include "sim/sim_exit.hh"
 
 using namespace std;
-using namespace TheISA;
 
 Platform::Platform(const Params *p)
     : SimObject(p), intrctrl(p->intrctrl)