@@ -373,10 +373,14 @@ enum cpuinfo_uarch {
373373	cpuinfo_uarch_goldmont  =  0x00100404 ,
374374	/** Intel Goldmont Plus microarchitecture (Gemini Lake). */ 
375375	cpuinfo_uarch_goldmont_plus  =  0x00100405 ,
376- 	/** Intel Gracemont microarchitecture (Twin Lake). */ 
377- 	cpuinfo_uarch_gracemont  =  0x00100406 ,
376+ 	/** Intel Airmont microarchitecture (10 nm out-of-order Atom). */ 
377+ 	cpuinfo_uarch_tremont  =  0x00100406 ,
378+ 	/** Intel Gracemont microarchitecture (AlderLake N). */ 
379+ 	cpuinfo_uarch_gracemont  =  0x00100407 ,
378380	/** Intel Crestmont microarchitecture (Sierra Forest). */ 
379- 	cpuinfo_uarch_crestmont  =  0x00100407 ,
381+ 	cpuinfo_uarch_crestmont  =  0x00100408 ,
382+ 	/** Intel Darkmont microarchitecture (e-core used in Clearwater Forest). */ 
383+ 	cpuinfo_uarch_darkmont  =  0x00100409 ,
380384
381385	/** Intel Knights Ferry HPC boards. */ 
382386	cpuinfo_uarch_knights_ferry  =  0x00100500 ,
@@ -388,8 +392,6 @@ enum cpuinfo_uarch {
388392	cpuinfo_uarch_knights_hill  =  0x00100503 ,
389393	/** Intel Knights Mill Xeon Phi. */ 
390394	cpuinfo_uarch_knights_mill  =  0x00100504 ,
391- 	/** Intel Darkmont microarchitecture (e-core used in Clearwater Forest). */ 
392- 	cpuinfo_uarch_darkmont  =  0x00100505 ,
393395
394396	/** Intel/Marvell XScale series. */ 
395397	cpuinfo_uarch_xscale  =  0x00100600 ,
0 commit comments