Allow fast interrupts to cause preemption.

Reviewed by:    jhb, scottl
Approved by:    sam (mentor)
This commit is contained in:
ups 2004-12-06 22:25:01 +00:00
parent b0b381b949
commit f4f83943de

View File

@ -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 {
/*