commit | 63877bc1e41f12dd7ab65ad8280eb129b89dc5bb | [log] [tgz] |
---|---|---|
author | Pavankumar Kondeti <pkondeti@codeaurora.org> | Thu Feb 16 08:25:21 2017 +0530 |
committer | Pavankumar Kondeti <pkondeti@codeaurora.org> | Wed Mar 22 11:44:18 2017 +0530 |
tree | c6262285967cc9c16606b08a22ff893ce1d8f83c | |
parent | 83236e3e890115f7ab852bc8aedc56b393e122a5 [diff] |
core_ctl: fix bug in assignment of not_preferred tunable values Cluster's lru list is iterated while storing the not_preferred tunable values. The position of a CPU in this list gets changed when it is isolated. This results in an incorrect assignment of user input. Fix this by iterating the CPUs serially in a cluster. Change-Id: I7235ca981b0fd82488034ab8d1880bb7498c9a72 Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>