summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2012-09-11 02:41:54 +0800
committerJason Liu <r64343@freescale.com>2012-09-12 19:53:06 +0800
commit8085e9ca0fea8caddd42a548f42f90ac151fdb36 (patch)
tree70c23e0f952138db75fde2cebc3be89c4c4a672f /scripts/patch-kernel
parent7f2179458a087d5cf6ccc04f48c39a859307d3fc (diff)
ENGR00223450 [MX6]Fix secondary cores BogoMIPs error
After doing some suspend/resuem test, secondary cores BogoMIPs will be wrong, the root cause is that when cpufreq is changed, we only update the online cpus' loops_per_jiffy, and when secondary cores back to online, we skip the loops_per_jiffy calibration. During suspend/resume, the cpufreq can be changed during disabling/enabling secondary cores, which will make secondary cores loops_per_jiffy wrong, so here we need to update all possible cpus' loops_per_jiffy when cpufreq is changed. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions