Function - Exit a processor.
kern_return_t processor_exit (processor_t processor);
The processor_exit function allows privileged software to exit a processor in a multi-processor that so allows it. An exited processor is removed from the processor set to which it was assigned and ceases to be active. The interpretation of this operation is machine dependent.
This operation is machine dependent. It may do nothing.
The ability to restart an exited processor is machine dependent.
Functions: processor_control, processor_start, processor_info, host_processors.