MFC r257910:

Don't enable interrupts before we call sched_throw().
This commit is contained in:
marcel 2014-02-16 19:20:13 +00:00
parent f00acf1f3c
commit 0ab80a1194

View File

@ -249,8 +249,6 @@ ia64_ap_startup(void)
ia64_set_tpr(0);
ia64_srlz_d();
ia64_enable_intr();
sched_throw(NULL);
/* NOTREACHED */
}