mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / pseudo_inst.hh
index 5074d1fc3d0602b87accfd631d68c404ac5d44b7..d2a3cff7c555a828dfae6000d606864a5d7bccf0 100644 (file)
 
 class ThreadContext;
 
-namespace X86ISA {
-    void m5Syscall(ThreadContext *tc);
-    void m5PageFault(ThreadContext *tc);
-}
+namespace X86ISA
+{
+
+void m5PageFault(ThreadContext *tc);
+
+} // namespace X86ISA
 
 #endif // __ARCH_X86_PSEUDO_INST_HH__