PERFORCE change 158334 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Feb 26 09:20:37 PST 2009


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

Change 158334 by gonzo at 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


More information about the p4-projects mailing list