mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / arm / utility.hh
index 7ec44f8e2aa01a7b7737dbb647e62e5e06ffc822..4d1348abc8be857ab8090b0311b129007a6440fe 100644 (file)
@@ -166,6 +166,7 @@ currEL(CPSR cpsr)
     return opModeToEL((OperatingMode) (uint8_t)cpsr.mode);
 }
 
+bool HaveVirtHostExt(ThreadContext *tc);
 bool HaveSecureEL2Ext(ThreadContext *tc);
 bool IsSecureEL2Enabled(ThreadContext *tc);
 bool EL2Enabled(ThreadContext *tc);