svn commit: r261986 - stable/10/sys/ia64/ia64
Marcel Moolenaar
marcel at FreeBSD.org
Sun Feb 16 19:20:14 UTC 2014
Author: marcel
Date: Sun Feb 16 19:20:13 2014
New Revision: 261986
URL: http://svnweb.freebsd.org/changeset/base/261986
Log:
MFC r257910:
Don't enable interrupts before we call sched_throw().
Modified:
stable/10/sys/ia64/ia64/mp_machdep.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/ia64/ia64/mp_machdep.c
==============================================================================
--- stable/10/sys/ia64/ia64/mp_machdep.c Sun Feb 16 19:12:50 2014 (r261985)
+++ stable/10/sys/ia64/ia64/mp_machdep.c Sun Feb 16 19:20:13 2014 (r261986)
@@ -249,8 +249,6 @@ ia64_ap_startup(void)
ia64_set_tpr(0);
ia64_srlz_d();
- ia64_enable_intr();
-
sched_throw(NULL);
/* NOTREACHED */
}
More information about the svn-src-all
mailing list