From 2f6a1b474498c3fa22389eace4ac99e17f4257ea Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 6 Dec 2004 22:56:15 +0000 Subject: [PATCH] MFi386: rev 1.12: re-allow fast interrupts to cause preemption --- sys/amd64/amd64/intr_machdep.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c index ea4bbdd5eef..97a3748979b 100644 --- a/sys/amd64/amd64/intr_machdep.c +++ b/sys/amd64/amd64/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 { /*