]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/arm/machine_routines.c
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / arm / machine_routines.c
index 145a783d380616386d0f834afc7e6dad39d09146..072ed38c2dc542910c86be635dd26537434a8280 100644 (file)
@@ -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.