mp_disable_preemption();
if (current_processor() != master_processor) {
mp_enable_preemption();
- thread_block((void (*)) 0);
+ thread_block(THREAD_CONTINUE_NULL);
} else {
mp_enable_preemption();
}
mp_disable_preemption();
if (current_processor() != master_processor) {
mp_enable_preemption();
- thread_block((void (*)) 0);
+ thread_block(THREAD_CONTINUE_NULL);
} else {
mp_enable_preemption();
}