Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2007 18:34:52 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130879 for review
Message-ID:  <200712141834.lBEIYqNU083214@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130879

Change 130879 by marcel@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)
 {
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712141834.lBEIYqNU083214>