PERFORCE change 110696 for review

Olivier Houchard cognet at FreeBSD.org
Wed Nov 29 15:06:02 PST 2006


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

Change 110696 by cognet at cognet on 2006/11/29 23:05:16

	Remove the panic() from cpu_exit() and from swi_vm().
	I'm not convinced cpu_exit() should do everything, and
	swi_wm() won't until (and if) we implement bounce pages for mips.

Affected files ...

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

Differences ...

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

@@ -243,12 +243,10 @@
 void  
 swi_vm(void *dummy)
 {
-	panic("%s", __func__);
 }
 
 void
 cpu_exit(struct thread *td)
 {
-	panic("%s", __func__);
 }
 


More information about the p4-projects mailing list