PERFORCE change 130879 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Dec 14 10:34:53 PST 2007


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

Change 130879 by marcel at marcel_jnpr on 2007/12/14 18:34:12

	Catch up with thread changes.

Affected files ...

.. //depot/projects/e500/sys/powerpc/booke/vm_machdep.c#3 edit

Differences ...

==== //depot/projects/e500/sys/powerpc/booke/vm_machdep.c#3 (text+ko) ====

@@ -418,7 +418,7 @@
 }
 
 void
-cpu_thread_setup(struct thread *td)
+cpu_thread_alloc(struct thread *td)
 {
 	struct pcb *pcb;
 
@@ -429,6 +429,11 @@
 }
 
 void
+cpu_thread_free(struct thread *td)
+{
+}
+
+void
 cpu_thread_swapin(struct thread *td)
 {
 }


More information about the p4-projects mailing list