aboutsummaryrefslogtreecommitdiff
path: root/src/arm/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/cache.c')
-rw-r--r--src/arm/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arm/cache.c b/src/arm/cache.c
index d64bfee..cbf1733 100644
--- a/src/arm/cache.c
+++ b/src/arm/cache.c
@@ -1093,6 +1093,7 @@ void cpuinfo_arm_decode_cache(
}
break;
case cpuinfo_uarch_denver:
+ case cpuinfo_uarch_denver2:
/*
* The Denver chip includes a 128KB, 4-way level 1 instruction cache, a 64KB, 4-way level 2 data cache,
* and a 2MB, 16-way level 2 cache, all of which can service both cores. [1]