Page MenuHomeFreeBSD

Remove hardclock() and related subroutines.
ClosedPublic

Authored by markj on Sep 4 2018, 8:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 4, 12:41 PM
Unknown Object (File)
Wed, Mar 4, 4:48 AM
Unknown Object (File)
Tue, Mar 3, 10:43 PM
Unknown Object (File)
Fri, Feb 20, 10:30 PM
Unknown Object (File)
Feb 4 2026, 7:00 PM
Unknown Object (File)
Feb 2 2026, 8:56 AM
Unknown Object (File)
Jan 15 2026, 11:19 AM
Unknown Object (File)
Jan 13 2026, 8:49 PM
Subscribers

Details

Summary

These have been dead code for a long time. hardclock_cnt() is now used
instead, as it handles coalesced hardclock events.

Test Plan

make tinderbox

Diff Detail

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

Event Timeline

markj added reviewers: kib, jhb, cem.

Do any corresponding .9 man pages need updating?

This revision is now accepted and ready to land.Sep 4 2018, 8:38 PM
In D17029#362998, @cem wrote:

Do any corresponding .9 man pages need updating?

Yeah, there are some stray references to hardclock(). Will fix, but I wonder if it would be best to rename hardclock_cnt() to hardclock().

In D17029#362998, @cem wrote:

Do any corresponding .9 man pages need updating?

Yeah, there are some stray references to hardclock(). Will fix, but I wonder if it would be best to rename hardclock_cnt() to hardclock().

Renaming sounds as a good idea.

This revision now requires review to proceed.Sep 5 2018, 1:56 AM
This revision is now accepted and ready to land.Sep 5 2018, 2:05 AM
This revision was automatically updated to reflect the committed changes.