commit | 8327a0e46d71ae0c8fdb276fb6548be52d97fe73 | [log] [tgz] |
---|---|---|
author | Pavankumar Kondeti <pkondeti@codeaurora.org> | Mon Jan 23 06:39:12 2017 +0530 |
committer | Syed Rameez Mustafa <rameezmustafa@codeaurora.org> | Tue Feb 07 14:55:17 2017 -0800 |
tree | 706993e2ec2d6373962c19e1e3da4f1fd0cf9155 | |
parent | 0315a606f609250cea2521ea99331759c1d0b704 [diff] |
sched: set LBF_IGNORE_PREFERRED_CLUSTER_TASKS correctly The LBF_IGNORE_PREFERRED_CLUSTER_TASKS flag needs to be set for all types of inter-cluster load balance. Currently this is set only when higher capacity CPU is pulling the tasks from a lower capacity CPU. This can result in the migration of grouped tasks from higher capacity cluster to lower capacity cluster. Change-Id: Ib0476c5c85781804798ef49268e1b193859ff5ef Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>