commit | 8e431edb60ef175e6aa986e8260b23cc267a13fb | [log] [tgz] |
---|---|---|
author | Sanjeev Premi <premi@ti.com> | Fri Mar 13 21:34:25 2009 +0530 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Wed Nov 11 14:42:49 2009 -0800 |
tree | 9957e477088ecf387e6409ce175029d4006652b0 | |
parent | 06d8f065b3bac1673825be744d22742ad72f9c2a [diff] |
OMAP3: PM: CPUidle: Start C-state definitions from base 0 The current definition of C-states starts from base 1. Whereas, the cpuidle driver uses base 0. This patch eliminates need for explicit mapping (add/ sbutract) due to different base values. Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>