3.2-stable review patch. If anyone has any objections, please let me know.
------------------ From: Ben Hutchings <[email protected]> commit 23795e580cad5d6b73d47d51b9074ce3e58bf334 upstream. IVB Xeon currently shares the same parameters IVB client. For 3.2, add model number to the switch in intel_idle_probe(), as there is no device ID table. Signed-off-by: Ben Hutchings <[email protected]> --- drivers/idle/intel_idle.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -419,6 +419,7 @@ static int intel_idle_probe(void) break; case 0x3A: /* IVB */ + case 0x3E: /* IVB Xeon */ cpuidle_state_table = ivb_cstates; break; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

