Page MenuHomeFreeBSD

Remove hardclock() and related subroutines.
ClosedPublic

Authored by markj on Sep 4 2018, 8:30 PM.
Tags
None
Referenced Files
F153809803: D17029.id47678.diff
Thu, Apr 23, 10:36 PM
Unknown Object (File)
Wed, Apr 22, 5:06 PM
Unknown Object (File)
Tue, Apr 21, 11:23 AM
Unknown Object (File)
Tue, Apr 21, 1:32 AM
Unknown Object (File)
Sun, Apr 19, 10:00 PM
Unknown Object (File)
Thu, Apr 16, 12:46 PM
Unknown Object (File)
Tue, Apr 14, 11:56 AM
Unknown Object (File)
Sun, Apr 12, 10:29 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

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.