svn commit: r257910 - head/sys/ia64/ia64

Marcel Moolenaar marcel at FreeBSD.org
Sun Nov 10 04:22:40 UTC 2013


Author: marcel
Date: Sun Nov 10 04:22:40 2013
New Revision: 257910
URL: http://svnweb.freebsd.org/changeset/base/257910

Log:
  Don't enable interrupts before we call sched_throw(). Interrupts
  are expected to be disabled by virtue of md_spinlock_count=1.

Modified:
  head/sys/ia64/ia64/mp_machdep.c

Modified: head/sys/ia64/ia64/mp_machdep.c
==============================================================================
--- head/sys/ia64/ia64/mp_machdep.c	Sun Nov 10 04:06:46 2013	(r257909)
+++ head/sys/ia64/ia64/mp_machdep.c	Sun Nov 10 04:22:40 2013	(r257910)
@@ -253,8 +253,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-head mailing list