--- Gnu-Mach/kern/processor.h 2020/09/02 04:36:57 1.1.1.1 +++ Gnu-Mach/kern/processor.h 2020/09/02 04:45:23 1.1.1.2 @@ -37,10 +37,6 @@ * Data structures for managing processors and sets of processors. */ -#include -#include -#include - #include #include #include @@ -241,12 +237,12 @@ typedef mach_port_t *processor_set_name_ #ifdef KERNEL #if MACH_HOST -extern void pset_sys_bootstrap(void); extern void pset_sys_init(void); #endif /* MACH_HOST */ /* Pset internal functions */ +extern void pset_sys_bootstrap(void); extern void pset_reference(processor_set_t); extern void pset_deallocate(processor_set_t); extern void pset_remove_processor(processor_set_t, processor_t);