-
- Downloads
cpufreq: Always allow update of user policy
In the cases where the system boots up in a constraint with policy min and max lower than cpuinfo min/max, and user tries to set a higher user policy min, the value would be overridden during the verifying the limits. Once user initiates the sysfs write the previous user policy is maintained in policy min and max thus changing the limits for verification of the current policy. Once the verification is completed restore the current user policy min/max with the updated values if any. This would take care of cases uwhere user policy min/max input is higher/lesser than the current min and max. Bug: 17889870 Change-Id: I5ad92ba05162cb5c32c3ba3fdae21d2e505493d3 Signed-off-by:Taniya Das <tdas@codeaurora.org> Signed-off-by:
Naveen Ramaraj <nramaraj@codeaurora.org>
Loading
Please register or sign in to comment