|
@@ -1023,7 +1023,7 @@ static const struct idle_cpu idle_cpu_bxt = {
|
|
|
static const struct x86_cpu_id intel_idle_ids[] __initconst = {
|
|
|
ICPU(INTEL_FAM6_NEHALEM_EP, idle_cpu_nehalem),
|
|
|
ICPU(INTEL_FAM6_NEHALEM, idle_cpu_nehalem),
|
|
|
- ICPU(INTEL_FAM6_WESTMERE2, idle_cpu_nehalem),
|
|
|
+ ICPU(INTEL_FAM6_NEHALEM_G, idle_cpu_nehalem),
|
|
|
ICPU(INTEL_FAM6_WESTMERE, idle_cpu_nehalem),
|
|
|
ICPU(INTEL_FAM6_WESTMERE_EP, idle_cpu_nehalem),
|
|
|
ICPU(INTEL_FAM6_NEHALEM_EX, idle_cpu_nehalem),
|