PERFORCE change 132581 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Jan 5 13:29:10 PST 2008


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

Change 132581 by gonzo at gonzo_jeeves on 2008/01/05 21:28:15

	o Add cpu_thread_free implementation

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/vm_machdep.c#5 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/vm_machdep.c#5 (text+ko) ====

@@ -203,6 +203,11 @@
 }
 
 void
+cpu_thread_free(struct thread *td)
+{
+}
+
+void
 cpu_thread_clean(struct thread *td)
 {
 }


More information about the p4-projects mailing list