This code is used even if KERNEL is not defined. Remove the ifdef. * kern/processor.h [KERNEL]: Remove ifdef.
--- kern/processor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/kern/processor.h b/kern/processor.h index 7bd29cf..2000192 100644 --- a/kern/processor.h +++ b/kern/processor.h @@ -235,7 +235,6 @@ typedef mach_port_t *processor_set_name_array_t; /* Initialization */ -#ifdef KERNEL #if MACH_HOST extern void pset_sys_init(void); #endif /* MACH_HOST */ @@ -318,7 +317,6 @@ extern kern_return_t processor_set_threads( processor_set_t pset, thread_array_t *thread_list, natural_t *count); -#endif void processor_doaction(processor_t processor); -- 1.8.1.4