Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2006 23:53:29 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 110844 for review
Message-ID:  <200612012353.kB1NrT52075008@repoman.freebsd.org>

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

Change 110844 by gonzo@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



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