]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/thread_act.c
xnu-4570.51.1.tar.gz
[apple/xnu.git] / osfmk / kern / thread_act.c
index 3bd8b51829f748ea422e7c7040e9e476e984ade1..9c7aa300c8657aab2e3c3bc6f8f458f7cb58720d 100644 (file)
@@ -893,7 +893,7 @@ thread_suspended(__unused void *parameter, wait_result_t result)
                                              (uintptr_t)thread_tid(thread),
                                              thread->base_pri,
                                              thread->sched_pri,
-                                             0, /* eventually, 'reason' */
+                                             thread->sched_usage,
                                              0);
                }
                thread_unlock(thread);