commit | 7006b8a1facc5dcafb2afa27a1209d924f99a2eb | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Jun 28 12:09:09 2013 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Sat Jul 27 07:56:37 2013 +0200 |
tree | 783111f5b0c4d12ca225144937fcd043286c712a | |
parent | b98e01ad4ed9da6882b41983319361502aded307 [diff] |
ARM: davinci: cpuidle: Fix target residency The commit 19976c2a88d125aec16b9255c7197c297bbdd637 changed the target residency to 100000, assuming this is a careless mistake. The same happened to the at91's cpuidle driver. Fix it by putting the initial value to 10000. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Sekhar Nori <nsekhar@ti.com>