summaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2007-11-26 16:14:45 +0000
committerScott Long <scottl@FreeBSD.org>2007-11-26 16:14:45 +0000
commit0f7c1edf1fa7f1d724091fb2c3f74502d10d17d5 (patch)
treecf97015424b200af3e1ba8fdeb454d6bb53a9ae7 /sys/powerpc
parentc4e3df83bdf1a8141646e6082a4d9d3899ab63da (diff)
Notes
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/powerpc/intr_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/powerpc/intr_machdep.c b/sys/powerpc/powerpc/intr_machdep.c
index 7daaf232c068..7653347579f3 100644
--- a/sys/powerpc/powerpc/intr_machdep.c
+++ b/sys/powerpc/powerpc/intr_machdep.c
@@ -280,7 +280,6 @@ powerpc_dispatch_intr(u_int vector, struct trapframe *tf)
sched = 1;
}
}
- critical_exit();
if (sched) {
PIC_MASK(pic, i->irq);
@@ -289,6 +288,7 @@ powerpc_dispatch_intr(u_int vector, struct trapframe *tf)
__func__));
} else
PIC_EOI(pic, i->irq);
+ critical_exit();
#endif
return;