summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorups <ups@FreeBSD.org>2004-12-06 22:25:01 +0000
committerups <ups@FreeBSD.org>2004-12-06 22:25:01 +0000
commitf4f83943dee6303026f8354cbdf125766a638966 (patch)
tree5339fc772603dcf04d0abed98bd2023192fac97d /sys/i386
parentb0b381b9494273c6ee5683d368b753c60705604e (diff)
downloadFreeBSD-src-f4f83943dee6303026f8354cbdf125766a638966.zip
FreeBSD-src-f4f83943dee6303026f8354cbdf125766a638966.tar.gz
Allow fast interrupts to cause preemption.
Reviewed by: jhb, scottl Approved by: sam (mentor)
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/intr_machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/i386/intr_machdep.c b/sys/i386/i386/intr_machdep.c
index ea4bbdd..97a3748 100644
--- a/sys/i386/i386/intr_machdep.c
+++ b/sys/i386/i386/intr_machdep.c
@@ -204,8 +204,6 @@ intr_execute_handlers(struct intsrc *isrc, struct intrframe *iframe)
}
isrc->is_pic->pic_eoi_source(isrc);
error = 0;
- /* XXX */
- td->td_pflags &= ~TDP_OWEPREEMPT;
critical_exit();
} else {
/*
OpenPOWER on IntegriCloud