Page MenuHomeFreeBSD

Quiet coretemp probe
ClosedPublic

Authored by kbowling on Jun 10 2018, 1:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 14, 5:02 AM
Unknown Object (File)
Jan 1 2025, 12:40 AM
Unknown Object (File)
Dec 27 2024, 7:14 AM
Unknown Object (File)
Dec 26 2024, 5:52 PM
Unknown Object (File)
Dec 26 2024, 2:59 PM
Unknown Object (File)
Dec 26 2024, 9:08 AM
Unknown Object (File)
Dec 21 2024, 7:52 AM
Unknown Object (File)
Nov 28 2024, 4:49 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.