Page MenuHomeFreeBSD

Quiet coretemp probe
ClosedPublic

Authored by kbowling on Jun 10 2018, 1:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 3:11 AM
Unknown Object (File)
Mon, Apr 8, 3:34 AM
Unknown Object (File)
Jan 23 2024, 6:42 PM
Unknown Object (File)
Jan 18 2024, 9:05 AM
Unknown Object (File)
Dec 20 2023, 5:16 AM
Unknown Object (File)
Nov 24 2023, 12:07 PM
Unknown Object (File)
Nov 22 2023, 10:46 PM
Unknown Object (File)
Nov 22 2023, 5:07 AM
Subscribers

Details

Summary

Only the first device will print
coretemp0: <CPU On-Die Thermal Sensors> numa-domain 0 on cpu0
instead of all hyper threads

I thought about printing once per package but there is no simple way to do that and I'm not sure the complexity is worth it

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I'm surprised we need this since I set all CPUs to quiet children if they aren't CPU0.

sys/dev/coretemp/coretemp.c
150 ↗(On Diff #43532)

This is similar to a change that I made to the CPU code.... But the CPU code had device_set_quiet_children that I thought would have taken care of this...

This revision is now accepted and ready to land.Jun 10 2018, 1:51 AM
This revision was automatically updated to reflect the committed changes.