From 515f9a24e03df99448f86c54720c00d2f0d00c04 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sun, 9 Mar 2014 22:04:54 +0100 Subject: [PATCH] Reactivate all the features of the cpuid --- programs/cpuid/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/cpuid/src/main.cpp b/programs/cpuid/src/main.cpp index 4f4ab67f..d26e0388 100644 --- a/programs/cpuid/src/main.cpp +++ b/programs/cpuid/src/main.cpp @@ -348,7 +348,7 @@ int main(){ get_brand_string(); get_features(); get_cache_info(); - //get_deterministic_cache_parameters(); + get_deterministic_cache_parameters(); exit(0); } \ No newline at end of file