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)
Feb 22 2024, 2:24 AM
Unknown Object (File)
Feb 12 2024, 1:46 AM
Unknown Object (File)
Jan 14 2024, 2:27 AM
Unknown Object (File)
Dec 22 2023, 5:38 AM
Unknown Object (File)
Dec 20 2023, 2:32 AM
Unknown Object (File)
Nov 1 2023, 5:30 AM
Unknown Object (File)
Oct 19 2023, 9:28 PM
Unknown Object (File)
Oct 19 2023, 6:06 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.