PERFORCE change 137666 for review

Peter Wemm peter at FreeBSD.org
Fri Mar 14 02:57:28 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137666

Change 137666 by peter at peter_overcee on 2008/03/14 02:56:51

	bring back prototype

Affected files ...

.. //depot/projects/bike_sched/sys/sys/sched.h#9 edit

Differences ...

==== //depot/projects/bike_sched/sys/sys/sched.h#9 (text+ko) ====

@@ -99,6 +99,7 @@
 void	sched_unlend_prio(struct thread *td, u_char prio);
 void	sched_unlend_user_prio(struct thread *td, u_char pri);
 void	sched_user_prio(struct thread *td, u_char prio);
+void	sched_userret(struct thread *td);
 void	sched_wakeup(struct thread *td);
 void	sched_preempt(struct thread *td);
 


More information about the p4-projects mailing list