ARM: Make sure that software prefetch instructions can't change the state of the TLB
[gem5.git] / src / kern / system_events.cc
index 6fd9e156360a254c224d44a1f7b16af3a295487e..bd01ed9ede0a1834cd1fd6fb00a6115f4e4e5027 100644 (file)
@@ -29,9 +29,9 @@
  *          Nathan Binkert
  */
 
-//For ISA_HAS_DELAY_SLOT
 #include "arch/isa_traits.hh"
 #include "base/trace.hh"
+#include "config/the_isa.hh"
 #include "cpu/thread_context.hh"
 #include "kern/system_events.hh"