mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED.
Without this, it shows up as an undefined symbol in /kernel. (!) (This looks very freaky when doing a nm /kernel!)
This commit is contained in:
parent
6acb7e5a81
commit
933676242d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60346
@ -42,12 +42,12 @@
|
||||
#include <sys/rtprio.h>
|
||||
|
||||
#include <machine/asmacros.h>
|
||||
#include <machine/ipl.h>
|
||||
|
||||
#ifdef SMP
|
||||
#include <machine/pmap.h>
|
||||
#include <machine/apic.h>
|
||||
#include <machine/smptests.h> /** GRAB_LOPRIO */
|
||||
#include <machine/ipl.h>
|
||||
#include <machine/lock.h>
|
||||
#endif /* SMP */
|
||||
|
||||
|
@ -42,12 +42,12 @@
|
||||
#include <sys/rtprio.h>
|
||||
|
||||
#include <machine/asmacros.h>
|
||||
#include <machine/ipl.h>
|
||||
|
||||
#ifdef SMP
|
||||
#include <machine/pmap.h>
|
||||
#include <machine/apic.h>
|
||||
#include <machine/smptests.h> /** GRAB_LOPRIO */
|
||||
#include <machine/ipl.h>
|
||||
#include <machine/lock.h>
|
||||
#endif /* SMP */
|
||||
|
||||
|
@ -42,12 +42,12 @@
|
||||
#include <sys/rtprio.h>
|
||||
|
||||
#include <machine/asmacros.h>
|
||||
#include <machine/ipl.h>
|
||||
|
||||
#ifdef SMP
|
||||
#include <machine/pmap.h>
|
||||
#include <machine/apic.h>
|
||||
#include <machine/smptests.h> /** GRAB_LOPRIO */
|
||||
#include <machine/ipl.h>
|
||||
#include <machine/lock.h>
|
||||
#endif /* SMP */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user