commit | bef450962597ff39a7f9d53a30523aae9eb55843 | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@suse.com> | Mon Jun 27 00:35:48 2016 -0600 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Jul 09 01:05:30 2016 +0200 |
tree | f5879aa2eade0e1a6fb8ecccc67a976e75b57e22 | |
parent | 3451ab3ebf92b12801878d8b5c94845afd4219f0 [diff] |
intel_idle: correct BXT support Commit 5dcef69486 ("intel_idle: add BXT support") added an 8-element lookup array with just a 2-bit value used for lookups. As per the SDM that bit field is really 3 bits wide. While this is supposedly benign here, future re-use of the code for other CPUs might expose the issue. Signed-off-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>