From aaa991438db49d8c5871ab1e0639e766481f69a7 Mon Sep 17 00:00:00 2001 From: Quentin Perret Date: Mon, 6 Apr 2020 16:40:02 +0100 Subject: [PATCH] Revert "ANDROID: arm: enable max frequency capping" This reverts commit 150b7ce48a29566d996bda293e8857ef45298bdc. Upstream has an equivalent feature now, drop the Android-specific version. Bug: 120440300 Signed-off-by: Quentin Perret Change-Id: I2298a79b9ca1f5798643c3ab09b2ee63630e0e89 --- arch/arm/include/asm/topology.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/include/asm/topology.h b/arch/arm/include/asm/topology.h index 5d57c07740ca..435aba289fc5 100644 --- a/arch/arm/include/asm/topology.h +++ b/arch/arm/include/asm/topology.h @@ -10,9 +10,6 @@ /* Replace task scheduler's default frequency-invariant accounting */ #define arch_scale_freq_capacity topology_get_freq_scale -/* Replace task scheduler's default max-frequency-invariant accounting */ -#define arch_scale_max_freq_capacity topology_get_max_freq_scale - /* Replace task scheduler's default cpu-invariant accounting */ #define arch_scale_cpu_capacity topology_get_cpu_scale