Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2019 01:27:14 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r355792 - head/sys/sys
Message-ID:  <201912160127.xBG1REFK078780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912160127.xBG1REFK078780>