Page MenuHomeFreeBSD

clk_fixed: call clkdom_dump() for verbose boot
ClosedPublic

Authored by mhorne on Mar 7 2024, 6:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 20, 7:32 PM
Unknown Object (File)
Fri, Aug 15, 12:09 AM
Unknown Object (File)
Mon, Aug 11, 10:36 AM
Unknown Object (File)
Sun, Aug 10, 1:13 AM
Unknown Object (File)
Sun, Aug 3, 2:45 AM
Unknown Object (File)
Jul 22 2025, 7:09 PM
Unknown Object (File)
Jun 29 2025, 1:57 PM
Unknown Object (File)
Jun 29 2025, 8:10 AM
Subscribers

Details

Summary

This is standard practice for clock drivers that register clocks
dynamically. Nothing else uses the CLK_DEBUG macro.

The result is that the name and frequency of the fixed clock is printed
for a verbose boot, which may aid in debugging.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable