@@ -960,7 +960,7 @@ static struct cpuidle_state adl_l_cstates[] __initdata = {
960960 .enter = NULL }
961961};
962962
963- static struct cpuidle_state adl_n_cstates [] __initdata = {
963+ static struct cpuidle_state gmt_cstates [] __initdata = {
964964 {
965965 .name = "C1" ,
966966 .desc = "MWAIT 0x00" ,
@@ -1405,8 +1405,8 @@ static const struct idle_cpu idle_cpu_adl_l __initconst = {
14051405 .state_table = adl_l_cstates ,
14061406};
14071407
1408- static const struct idle_cpu idle_cpu_adl_n __initconst = {
1409- .state_table = adl_n_cstates ,
1408+ static const struct idle_cpu idle_cpu_gmt __initconst = {
1409+ .state_table = gmt_cstates ,
14101410};
14111411
14121412static const struct idle_cpu idle_cpu_spr __initconst = {
@@ -1479,7 +1479,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = {
14791479 X86_MATCH_INTEL_FAM6_MODEL (ICELAKE_D , & idle_cpu_icx ),
14801480 X86_MATCH_INTEL_FAM6_MODEL (ALDERLAKE , & idle_cpu_adl ),
14811481 X86_MATCH_INTEL_FAM6_MODEL (ALDERLAKE_L , & idle_cpu_adl_l ),
1482- X86_MATCH_INTEL_FAM6_MODEL (ALDERLAKE_N , & idle_cpu_adl_n ),
1482+ X86_MATCH_INTEL_FAM6_MODEL (ATOM_GRACEMONT , & idle_cpu_gmt ),
14831483 X86_MATCH_INTEL_FAM6_MODEL (SAPPHIRERAPIDS_X , & idle_cpu_spr ),
14841484 X86_MATCH_INTEL_FAM6_MODEL (EMERALDRAPIDS_X , & idle_cpu_spr ),
14851485 X86_MATCH_INTEL_FAM6_MODEL (XEON_PHI_KNL , & idle_cpu_knl ),
@@ -1979,7 +1979,7 @@ static void __init intel_idle_init_cstates_icpu(struct cpuidle_driver *drv)
19791979 break ;
19801980 case INTEL_FAM6_ALDERLAKE :
19811981 case INTEL_FAM6_ALDERLAKE_L :
1982- case INTEL_FAM6_ALDERLAKE_N :
1982+ case INTEL_FAM6_ATOM_GRACEMONT :
19831983 adl_idle_state_table_update ();
19841984 break ;
19851985 }
0 commit comments