]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/arm/machine_routines.c
xnu-4903.231.4.tar.gz
[apple/xnu.git] / osfmk / arm / machine_routines.c
index 0a6777ea588a1cf9000603397d1dc088cfebe4d3..94fc76bf42efa3756f655b47c3eb57b3d2eb1aad 100644 (file)
@@ -1009,6 +1009,8 @@ ml_delay_should_spin(uint64_t interval)
        }
 }
 
+void ml_delay_on_yield(void) {}
+
 boolean_t ml_thread_is64bit(thread_t thread)
 {
        return (thread_is_64bit_addr(thread));