We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f20025d + cf948c8 commit e8ea543Copy full SHA for e8ea543
1 file changed
drivers/thermal/intel/x86_pkg_temp_thermal.c
@@ -329,6 +329,7 @@ static int pkg_temp_thermal_device_add(unsigned int cpu)
329
tj_max = intel_tcc_get_tjmax(cpu);
330
if (tj_max < 0)
331
return tj_max;
332
+ tj_max *= 1000;
333
334
zonedev = kzalloc(sizeof(*zonedev), GFP_KERNEL);
335
if (!zonedev)
0 commit comments