summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/intr_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/intr_machdep.c')
-rw-r--r--sys/amd64/amd64/intr_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c
index 6b591d4..8a8968b 100644
--- a/sys/amd64/amd64/intr_machdep.c
+++ b/sys/amd64/amd64/intr_machdep.c
@@ -204,6 +204,8 @@ 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