svn commit: r355792 - head/sys/sys

Mark Johnston markj at FreeBSD.org
Mon Dec 16 01:27:14 UTC 2019


Author: markj
Date: Mon Dec 16 01:27:14 2019
New Revision: 355792
URL: https://svnweb.freebsd.org/changeset/base/355792

Log:
  Remove a declaration of sched_clock() redundant after r355779.

Modified:
  head/sys/sys/sched.h

Modified: head/sys/sys/sched.h
==============================================================================
--- head/sys/sys/sched.h	Mon Dec 16 00:07:51 2019	(r355791)
+++ head/sys/sys/sched.h	Mon Dec 16 01:27:14 2019	(r355792)
@@ -134,7 +134,6 @@ sched_userret(struct thread *td)
  * Threads are moved on and off of run queues
  */
 void	sched_add(struct thread *td, int flags);
-void	sched_clock(struct thread *td, int ticks);
 struct thread *sched_choose(void);
 void	sched_clock(struct thread *td, int cnt);
 void	sched_idletd(void *);


More information about the svn-src-all mailing list