1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove the KTR for hardclock completely. It seems to not be useful.

Requested by:	jhb
This commit is contained in:
Nate Lawson 2005-12-18 18:11:55 +00:00
parent 1335c4df32
commit bd6b217753
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153511

View File

@ -237,7 +237,6 @@ hardclock(frame)
{
int need_softclock = 0;
CTR0(KTR_INTR, "hardclock fired");
hardclock_process(frame);
tc_ticktock();