From 1a3bbc4ae36f031260c1dcbdccb65e93a9429c44 Mon Sep 17 00:00:00 2001 From: Monalisa Jena Date: Thu, 28 Oct 2021 17:56:59 +0530 Subject: [PATCH] Replace MATTERHORN with MAKALU Since expected performance_domain_names changed for TC1, therefore modified these values. Signed-off-by: Monalisa Jena --- platform/linux/tc/include/pal_performance_expected.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/linux/tc/include/pal_performance_expected.h b/platform/linux/tc/include/pal_performance_expected.h index 93cbf91..bebecae 100644 --- a/platform/linux/tc/include/pal_performance_expected.h +++ b/platform/linux/tc/include/pal_performance_expected.h @@ -30,8 +30,8 @@ static uint32_t perf_num_performance_levels[] = { static char *performance_domain_names[] = { "CPU_GROUP_KLEIN", - "CPU_GROUP_MATTERHORN", - "CPU_GROUP_MATTERHORN_ELP" + "CPU_GROUP_MAKALU", + "CPU_GROUP_MAKALU_ELP" }; uint32_t statistics_address_low_perf = 0; -- GitLab