Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2003 22:13:16 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28402 for review
Message-ID:  <200304070513.h375DGnl032039@repoman.freebsd.org>

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

Change 28402 by marcel@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



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