X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a991bd8d3e7fe02dbca0644054bab73c5b75324a..c3c9b80d004dbbfdf763edeb97968c6997e3b45b:/osfmk/arm/machine_routines.c diff --git a/osfmk/arm/machine_routines.c b/osfmk/arm/machine_routines.c index 145a783d3..072ed38c2 100644 --- a/osfmk/arm/machine_routines.c +++ b/osfmk/arm/machine_routines.c @@ -166,6 +166,17 @@ ml_init_lock_timeout(void) high_MutexSpin = low_MutexSpin; } +/* + * This is called when all of the ml_processor_info_t structures have been + * initialized and all the processors have been started through processor_start(). + * + * Required by the scheduler subsystem. + */ +void +ml_cpu_init_completed(void) +{ +} + /* * This is called from the machine-independent routine cpu_up() * to perform machine-dependent info updates.