mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / pseudo_inst.cc
index 68bc74accefdb4bce2fe422b30ce93cfd12625a5..95d8ab8f8105286ef6effbae98ce6625dd327bc6 100644 (file)
@@ -40,19 +40,6 @@ using namespace X86ISA;
 
 namespace X86ISA {
 
-/*
- * This function is executed when the simulation is executing the syscall
- * handler in System Emulation mode.
- */
-void
-m5Syscall(ThreadContext *tc)
-{
-    DPRINTF(PseudoInst, "PseudoInst::m5Syscall()\n");
-
-    Fault fault;
-    tc->syscall(&fault);
-}
-
 /*
  * This function is executed when the simulation is executing the pagefault
  * handler in System Emulation mode.