diff --git a/src/x86/cpuid.c b/src/x86/cpuid.c index e2ba364..cc16cb3 100644 --- a/src/x86/cpuid.c +++ b/src/x86/cpuid.c @@ -581,6 +581,7 @@ struct cache* get_cache_info_general(struct cache* cach, uint32_t level) { } else { printWarn("Found unknown unified cache at level %d (size is %d bytes)", cache_level, cache_total_size); + cach->max_cache_level--; } break;