PERFORCE change 28402 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Apr 6 22:13:18 PDT 2003


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

Change 28402 by marcel at marcel_nfs on 2003/04/06 22:12:30

	Convert a MP related cpu_throw() to the new order.

Affected files ...

.. //depot/projects/ia64_epc/sys/ia64/ia64/mp_machdep.c#3 edit

Differences ...

==== //depot/projects/ia64_epc/sys/ia64/ia64/mp_machdep.c#3 (text+ko) ====

@@ -124,8 +124,8 @@
 	ia64_set_itm(ia64_get_itc() + itm_reload);
 	ia64_set_itv(CLOCK_VECTOR);
 	ia64_set_tpr(0);
-	cpu_throw();
-	panic("ia64_ap_startup: cpu_throw() returned");
+	cpu_throw(NULL, choosethread());
+	/* NOTREACHED */
 }
 
 int


More information about the p4-projects mailing list