From 5d1a3acfd70a05f54377aedd8d70580e7fc8d8a0 Mon Sep 17 00:00:00 2001 From: Vincent Guittot Date: Fri, 6 Feb 2015 16:01:17 +0100 Subject: sched: remove one optim --- arch/arm/kernel/topology.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/kernel/topology.c b/arch/arm/kernel/topology.c index d82797652102..54b53da951a4 100644 --- a/arch/arm/kernel/topology.c +++ b/arch/arm/kernel/topology.c @@ -224,7 +224,7 @@ const struct cpumask *cpu_coregroup_mask(int cpu) */ const struct cpumask *cpu_corepower_mask(int cpu) { - return &cpu_topology[cpu].core_sibling; + return &cpu_topology[cpu].thread_sibling; } static void update_siblings_masks(unsigned int cpuid) @@ -319,11 +319,11 @@ static inline int cpu_corepower_flags(void) */ static int core_pack_threshold[8][2] = { /* pack, perf */ + { 50, 100}, { 30, 100}, { 30, 100}, { 30, 100}, - { 30, 100}, - { 30, 100}, + { 50, 100}, }; static int cpu_core_th(int cpu, int index) -- cgit v1.2.3