Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95

significantly pessimized syscalls by arranging to do null rescheduling
on return from every syscall.  (AST_RESCHED was not defined, and the
mask ~AST_RESCHED gets replaced by the useless mask ~0.  This bug has
been fixed before, in rev.1.92.)
This commit is contained in:
Bruce Evans 2000-10-09 05:39:03 +00:00
parent 28323ac07e
commit e4a85a9b14
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66855
3 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <sys/rtprio.h>
#include <machine/asmacros.h>
#include <machine/ipl.h>
#ifdef SMP
#include <machine/pmap.h>

View File

@ -42,6 +42,7 @@
#include <sys/rtprio.h>
#include <machine/asmacros.h>
#include <machine/ipl.h>
#ifdef SMP
#include <machine/pmap.h>

View File

@ -42,6 +42,7 @@
#include <sys/rtprio.h>
#include <machine/asmacros.h>
#include <machine/ipl.h>
#ifdef SMP
#include <machine/pmap.h>