Page MenuHomeFreeBSD

Remove hardclock() and related subroutines.
ClosedPublic

Authored by markj on Sep 4 2018, 8:30 PM.
Tags
None
Referenced Files
F110630204: D17029.id47678.diff
Fri, Feb 21, 4:13 AM
Unknown Object (File)
Fri, Jan 31, 8:50 AM
Unknown Object (File)
Dec 25 2024, 2:27 AM
Unknown Object (File)
Nov 30 2024, 2:04 PM
Unknown Object (File)
Nov 23 2024, 1:16 AM
Unknown Object (File)
Nov 12 2024, 10:05 AM
Unknown Object (File)
Nov 11 2024, 3:47 AM
Unknown Object (File)
Nov 11 2024, 1:49 AM
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19393
Build 18993: arc lint + arc unit

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.