aboutsummaryrefslogtreecommitdiff
path: root/test/arm-cache.cc
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-03-07 11:07:48 -0800
committerMarat Dukhan <marat@fb.com>2018-03-07 11:07:48 -0800
commita750f2a581125ede1c16cfe973a8cc249952414f (patch)
tree0364c44f542eee4770247d8ef2b45b8260ce1654 /test/arm-cache.cc
parent9100a64a3d1188ac26db5a8de5a243ddaf37866e (diff)
downloadcpuinfo-a750f2a581125ede1c16cfe973a8cc249952414f.tar.gz
Update ARM uArch maps
Diffstat (limited to 'test/arm-cache.cc')
-rw-r--r--test/arm-cache.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/arm-cache.cc b/test/arm-cache.cc
index f2bb9da..a32b8e5 100644
--- a/test/arm-cache.cc
+++ b/test/arm-cache.cc
@@ -646,7 +646,7 @@ TEST(SAMSUNG, exynos_8890) {
struct cpuinfo_cache big_l1d = { 0 };
struct cpuinfo_cache big_l2 = { 0 };
cpuinfo_arm_decode_cache(
- cpuinfo_uarch_mongoose, 4, UINT32_C(0x531F0011),
+ cpuinfo_uarch_mongoose_m1, 4, UINT32_C(0x531F0011),
&chipset, 0, 8,
&big_l1i, &big_l1d, &big_l2);
@@ -678,7 +678,7 @@ TEST(SAMSUNG, exynos_8895) {
struct cpuinfo_cache big_l1d = { 0 };
struct cpuinfo_cache big_l2 = { 0 };
cpuinfo_arm_decode_cache(
- cpuinfo_uarch_mongoose, 4, UINT32_C(0x534F0010),
+ cpuinfo_uarch_mongoose_m2, 4, UINT32_C(0x534F0010),
&chipset, 0, 8,
&big_l1i, &big_l1d, &big_l2);