--- Gnu-Mach/kern/ast.c 2020/09/02 04:36:57 1.1 +++ Gnu-Mach/kern/ast.c 2020/09/02 04:45:14 1.1.1.3 @@ -35,24 +35,22 @@ * */ -#include -#include -#include - #include #include +#include #include "cpu_number.h" #include #include #include #include #include +#include #include /* for splsched */ #if MACH_FIXPRI #include -#endif MACH_FIXPRI +#endif /* MACH_FIXPRI */ volatile ast_t need_ast[NCPUS]; @@ -65,11 +63,11 @@ ast_init() for (i=0; i 1 +#endif /* NCPUS > 1 */ case PROCESSOR_RUNNING: @@ -194,7 +187,7 @@ ast_check() } } else { -#endif MACH_FIXPRI +#endif /* MACH_FIXPRI */ rq = &(myprocessor->processor_set->runq); if (!(myprocessor->first_quantum) && (rq->count > 0)) { register queue_t q; @@ -230,7 +223,7 @@ ast_check() } #if MACH_FIXPRI } -#endif MACH_FIXPRI +#endif /* MACH_FIXPRI */ break; default: