PERFORCE change 61329 for review

Julian Elischer julian at FreeBSD.org
Fri Sep 10 17:30:58 PDT 2004


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

Change 61329 by julian at julian_ref on 2004/09/11 00:30:12

	 fix mismerge

Affected files ...

.. //depot/projects/nsched/sys/sys/sched.h#18 edit

Differences ...

==== //depot/projects/nsched/sys/sys/sched.h#18 (text+ko) ====

@@ -84,14 +84,6 @@
 void	sched_bind(struct thread *td, int cpu);
 void	sched_unbind(struct thread *td);
 
-
-/* these only work for curthread */
-void	sched_pin(void);
-void	sched_unpin(void);
-#ifdef INVARIANTS
-int	sched_ispinned(void);
-#endif
-
 /* these only work for curthread */
 void	sched_pin(void);
 void	sched_unpin(void);


More information about the p4-projects mailing list