Date: Wed, 29 Nov 2006 23:06:00 GMT From: Olivier Houchard <cognet@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 110696 for review Message-ID: <200611292306.kATN60hm036025@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110696 Change 110696 by cognet@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__); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611292306.kATN60hm036025>