From 5564bb41a10b9951752ef4bafef38ff589f6d9fd Mon Sep 17 00:00:00 2001 From: qwang59 Date: Tue, 3 Sep 2024 23:10:27 +0800 Subject: [PATCH] Remove EMR for the balance_performance 32 check Signed-off-by: qwang59 --- BM/pstate/intel_pstate_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BM/pstate/intel_pstate_tests.sh b/BM/pstate/intel_pstate_tests.sh index 60b147f..58de1b0 100755 --- a/BM/pstate/intel_pstate_tests.sh +++ b/BM/pstate/intel_pstate_tests.sh @@ -799,9 +799,9 @@ check_epp_req() { performance) epp_req=0 ;; - # SPR and EMR will use 32 for balance_performance EPP value + # SPR will use 32 for balance_performance EPP value balance_performance) - if [ "$cpu_model" == 143 ] || [ "$cpu_model" == 207 ]; then + if [ "$cpu_model" == 143 ]; then epp_req=32 else epp_req=128