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)
Sat, Jul 4, 11:10 AM
Unknown Object (File)
Fri, Jul 3, 11:58 PM
Unknown Object (File)
Fri, Jul 3, 8:22 AM
Unknown Object (File)
Fri, Jul 3, 4:35 AM
Unknown Object (File)
Wed, Jul 1, 5:42 AM
Unknown Object (File)
Sun, Jun 14, 11:18 PM
Unknown Object (File)
Sun, Jun 14, 7:50 PM
Unknown Object (File)
Sun, Jun 14, 8:28 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.