PERFORCE change 100368 for review

Peter Wemm peter at FreeBSD.org
Sat Jul 1 00:06:10 UTC 2006


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

Change 100368 by peter at peter_work on 2006/07/01 00:05:31

	On second thoughts, make ULE compile too.  Add a trivial
	sched_run_ithread() which just calls the generic setrunqueue() code.

Affected files ...

.. //depot/projects/bike_sched/sys/kern/sched_ule.c#5 edit

Differences ...

==== //depot/projects/bike_sched/sys/kern/sched_ule.c#5 (text+ko) ====

@@ -1909,6 +1909,13 @@
 #endif
 }
 
+void
+sched_run_ithread(struct thread *td)
+{
+
+	setrunqueue(td, SRQ_INTR);
+}
+
 int
 sched_sizeof_proc(void)
 {


More information about the p4-projects mailing list