summaryrefslogtreecommitdiff
path: root/kernel/sched/features.h
diff options
context:
space:
mode:
authorSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2015-01-02 16:15:32 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:01:29 -0700
commit2be279419f7a810b400e795ee6ebca34c74a80f2 (patch)
treef31f2db2b19d784167223f8e1d4999476fc09f35 /kernel/sched/features.h
parentf916962758fdca9093d7f4d2268aeb5ce3297373 (diff)
sched: Update cur_freq for offline CPUs in notifier callback
cpufreq governor does not send frequency change notifications for offline CPUs. This means that a hot removed CPU's cur_freq information can get stale if there is a frequency change while that CPU is offline. When the offline CPU is hotplugged back in, all subsequent load calculations are based off the stale information until another frequency change occurs and the corresponding set of notifications are sent out. Avoid this incorrect load tracking by updating the cur_freq for all CPUs in the same frequency domain. Change-Id: Ie11ad9a64e7c9b115d01a7c065f22d386eb431d5 Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
Diffstat (limited to 'kernel/sched/features.h')
0 files changed, 0 insertions, 0 deletions