Page MenuHomeFreeBSD

Quiet coretemp probe
ClosedPublic

Authored by kbowling on Jun 10 2018, 1:35 AM.
Tags
None
Referenced Files
F131700622: D15727.id43532.diff
Fri, Oct 10, 11:20 AM
Unknown Object (File)
Wed, Sep 24, 4:02 PM
Unknown Object (File)
Sat, Sep 20, 9:31 PM
Unknown Object (File)
Sat, Sep 13, 2:45 AM
Unknown Object (File)
Sep 8 2025, 4:23 AM
Unknown Object (File)
Sep 4 2025, 12:06 PM
Unknown Object (File)
Aug 27 2025, 1:55 PM
Unknown Object (File)
Aug 7 2025, 12:16 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.