Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2009 17:20:34 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 158334 for review
Message-ID:  <200902261720.n1QHKYY1010129@repoman.freebsd.org>

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

Change 158334 by gonzo@gonzo_figaro on 2009/02/26 17:20:17

	- cpu_throw should not return

Affected files ...

.. //depot/projects/avr32/src/sys/avr32/avr32/vm_machdep.c#8 edit

Differences ...

==== //depot/projects/avr32/src/sys/avr32/avr32/vm_machdep.c#8 (text+ko) ====

@@ -203,6 +203,7 @@
 cpu_throw(struct thread *old, struct thread *new)
 {
 	avr32_impl();
+	panic("cpu_throw returns");
 }
 
 void



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