mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / cpuid.hh
index 8d318181922bb319d79d154a2207b16ee228d1ef..2414cbeb604771697f844c3cc0fab0b7cd11b9cb 100644 (file)
@@ -55,6 +55,8 @@ namespace X86ISA
         {}
     };
 
+    uint64_t stringToRegister(const char *str);
+
     bool doCpuid(ThreadContext * tc, uint32_t function,
             uint32_t index, CpuidResult &result);
 } // namespace X86ISA