summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2014-02-16 19:20:13 +0000
committermarcel <marcel@FreeBSD.org>2014-02-16 19:20:13 +0000
commit0ab80a11949c77e32ed89367c853657f3941479c (patch)
tree3f9936c58739ee2f50320b8fe54e23a4059ac91c /sys/ia64
parentf00acf1f3c816423216c467f4dd10247235d03d3 (diff)
downloadFreeBSD-src-0ab80a11949c77e32ed89367c853657f3941479c.zip
FreeBSD-src-0ab80a11949c77e32ed89367c853657f3941479c.tar.gz
MFC r257910:
Don't enable interrupts before we call sched_throw().
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/mp_machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ia64/ia64/mp_machdep.c b/sys/ia64/ia64/mp_machdep.c
index 9c36512..a8868fa 100644
--- a/sys/ia64/ia64/mp_machdep.c
+++ b/sys/ia64/ia64/mp_machdep.c
@@ -249,8 +249,6 @@ ia64_ap_startup(void)
ia64_set_tpr(0);
ia64_srlz_d();
- ia64_enable_intr();
-
sched_throw(NULL);
/* NOTREACHED */
}
OpenPOWER on IntegriCloud