Skip to content

Commit

Permalink
+ only some testing ...
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Feb 16, 2013
1 parent 9782314 commit 2cead2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-exynos/cpufreq.c
Expand Up @@ -91,7 +91,7 @@ static unsigned int exynos_get_safe_armvolt(unsigned int old_index, unsigned int
return safe_arm_volt;
}

unsigned int smooth_level = L4;
unsigned int smooth_level = 3;

static int exynos_target(struct cpufreq_policy *policy,
unsigned int target_freq,
Expand Down Expand Up @@ -140,7 +140,7 @@ static int exynos_target(struct cpufreq_policy *policy,

#if defined(CONFIG_CPU_EXYNOS4210)
/* Do NOT step up max arm clock directly to reduce power consumption */
if (index <= 12 && old_index > smooth_level && smooth_level >= L12)
if (index >= exynos_info->max_support_idx-2 && old_index > smooth_level)
index = smooth_level;
#endif

Expand Down

0 comments on commit 2cead2b

Please sign in to comment.