summaryrefslogtreecommitdiff
path: root/kernel/stacktrace.c
diff options
context:
space:
mode:
authorJoonwoo Park <joonwoop@codeaurora.org>2015-01-23 17:07:14 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:01:46 -0700
commit3fe87bc057a3104dbacc9dc300bc70370e3242bb (patch)
tree34de3a49f7135ee7902f2be960c444317915649d /kernel/stacktrace.c
parentce35afd096b49eb58faa01d7a9e70deb4f7c6251 (diff)
sched: avoid CPUs with high irq activity for non-small tasks
The irq-aware scheduler is to achieve better performance by avoiding task placement to the CPUs which have high irq activity. However current scheduler places tasks to the CPUs which are loaded by irq activity preferably as opposed to what it is meant to be when the task is non-small. This is suboptimal for both power and performance. Fix task placement algorithm to avoid CPUs with significant irq activities. Change-Id: Ifa5a6ac186241bd58fa614e93e3d873a5f5ad4ca Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
Diffstat (limited to 'kernel/stacktrace.c')
0 files changed, 0 insertions, 0 deletions