]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/thread_act.c
xnu-1228.3.13.tar.gz
[apple/xnu.git] / osfmk / kern / thread_act.c
index da65103821e0c6b4bf544fdbad053dfcf4e1b03c..4fcb5f9570a6291d0bf2f301a223e5c92bbef664 100644 (file)
@@ -759,7 +759,6 @@ special_handler_continue(void)
 
                        thread->sched_pri = DEPRESSPRI;
                        myprocessor->current_pri = thread->sched_pri;
-                       thread->sched_mode &= ~TH_MODE_PREEMPT;
                }
                thread_unlock(thread);
                splx(s);