--- Gnu-Mach/kern/ipc_sched.c 2020/09/02 04:36:57 1.1.1.1 +++ Gnu-Mach/kern/ipc_sched.c 2020/09/02 04:45:14 1.1.1.2 @@ -24,17 +24,15 @@ * the rights to redistribute these changes. */ -#include -#include - #include #include #include "cpu_number.h" +#include #include +#include #include #include #include -#include #include #include #include /* for splsched/splx */ @@ -168,7 +166,6 @@ thread_will_wait_with_timeout( #define check_bound_processor(thread) TRUE #endif /* NCPUS > 1 */ -#ifdef CONTINUATIONS /* * Routine: thread_handoff * Purpose: @@ -284,4 +281,3 @@ thread_handoff( counter_always(c_thread_handoff_hits++); return TRUE; } -#endif /* CONTINUATIONS */