1 parent 5e023a0 commit d8be511Copy full SHA for d8be511
1 file changed
aarch64/corefreqk.c
@@ -3328,20 +3328,20 @@ static void PerCore_ThermalZone(CORE_RO *Core)
3328
switch (Core->T.Cluster.Hybrid_ID) {
3329
case Hybrid_Secondary:
3330
if (Core->T.PackageID > 0) {
3331
- cluster = "\\_TZ.TS1E";
+ cluster = "\\_TZ_.TS1E";
3332
} else {
3333
- cluster = "\\_TZ.TS0E";
+ cluster = "\\_TZ_.TS0E";
3334
}
3335
break;
3336
case Hybrid_Primary:
3337
3338
- cluster = "\\_TZ.TS1P";
+ cluster = "\\_TZ_.TS1P";
3339
3340
- cluster = "\\_TZ.TS0P";
+ cluster = "\\_TZ_.TS0P";
3341
3342
3343
case Hybrid_None:
3344
- cluster = "\\_TZ.TSOC";
+ cluster = "\\_TZ_.TSOC";
3345
3346
3347
0 commit comments