commit | ddc081a19585c8ba5aad437779950c2ef215360a | [log] [tgz] |
---|---|---|
author | Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> | Mon Nov 19 21:43:22 2007 -0500 |
committer | Len Brown <len.brown@intel.com> | Mon Nov 19 21:43:22 2007 -0500 |
tree | bea2be9bb259a336cb3be7f0babfb5bd571517da | |
parent | 5062911830a66df0c0ad28c387a8c0623cb0d28c [diff] |
cpuidle: fix HP nx6125 regression Fix for http://bugzilla.kernel.org/show_bug.cgi?id=9355 cpuidle always used to fallback to C2 if there is some bm activity while entering C3. But, presence of C2 is not always guaranteed. Change cpuidle algorithm to detect a safe_state to fallback in case of bm_activity and use that state instead of C2. Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>