Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2008 21:29:09 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 132581 for review
Message-ID:  <200801052129.m05LT9Co030872@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 132581 by gonzo@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)
 {
 }


help

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