PERFORCE change 110844 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Dec 1 15:53:30 PST 2006


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

Change 110844 by gonzo at gonzo_jeeves on 2006/12/01 23:52:45

	o Remove panic(9) from cpu_thread_ext and cpu_thread_clean.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/vm_machdep.c#12 edit

Differences ...

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

@@ -183,7 +183,6 @@
 void
 cpu_thread_exit(struct thread *td)
 {
-	panic("%s", __func__);
 }
 
 void
@@ -230,7 +229,6 @@
 void
 cpu_thread_clean(struct thread *td)
 {
-	panic("%s", __func__);
 }
 
 void


More information about the p4-projects mailing list