]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/priority.c
xnu-3789.31.2.tar.gz
[apple/xnu.git] / osfmk / kern / priority.c
index f4f5b1cc8a1a6e9b3159f8e372816575d9e43985..dcf7715bd78b04f100a640852528e560509253cf 100644 (file)
@@ -181,7 +181,7 @@ thread_quantum_expire(
 
        /* Tell platform layer that we are still running this thread */
        urgency = thread_get_urgency(thread, &ignore1, &ignore2);
-       machine_thread_going_on_core(thread, urgency, 0);
+       machine_thread_going_on_core(thread, urgency, 0, 0);
 
        /*
         *      This quantum is up, give this thread another.