base: Rename Flags::update as Flags::replace
[gem5.git] / src / sim / pseudo_inst.hh
index fa55303248856a8d92299a50aec614ab96f1e7d6..d244adbe1f68004565f059da0561fca62fd9eb2b 100644 (file)
@@ -45,7 +45,6 @@
 
 class ThreadContext;
 
-#include "arch/pseudo_inst.hh"
 #include "arch/utility.hh"
 #include "base/bitfield.hh"
 #include "base/types.hh" // For Tick and Addr data types.
@@ -241,11 +240,6 @@ pseudoInstWork(ThreadContext *tc, uint8_t func, uint64_t &result)
         warn("Unimplemented m5 op (%#x)\n", func);
         return false;
 
-      /* SE mode functions */
-      case M5OP_SE_PAGE_FAULT:
-        invokeSimcall<ABI>(tc, TheISA::m5PageFault);
-        return true;
-
       /* dist-gem5 functions */
       case M5OP_DIST_TOGGLE_SYNC:
         invokeSimcall<ABI>(tc, togglesync);