mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
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:
parent
28323ac07e
commit
e4a85a9b14
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66855
@ -42,6 +42,7 @@
|
||||
#include <sys/rtprio.h>
|
||||
|
||||
#include <machine/asmacros.h>
|
||||
#include <machine/ipl.h>
|
||||
|
||||
#ifdef SMP
|
||||
#include <machine/pmap.h>
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include <sys/rtprio.h>
|
||||
|
||||
#include <machine/asmacros.h>
|
||||
#include <machine/ipl.h>
|
||||
|
||||
#ifdef SMP
|
||||
#include <machine/pmap.h>
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include <sys/rtprio.h>
|
||||
|
||||
#include <machine/asmacros.h>
|
||||
#include <machine/ipl.h>
|
||||
|
||||
#ifdef SMP
|
||||
#include <machine/pmap.h>
|
||||
|
Loading…
Reference in New Issue
Block a user