mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 00:13:04 +01:00
#include <machine/smp.h> in the SMP case.
don't include <sys/smp.h> at all. Fallout from: probably something jake did. Hint by: jhb
This commit is contained in:
parent
47fb4666df
commit
14450b4dca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91893
@ -67,7 +67,6 @@
|
||||
#include <sys/bio.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/smp.h>
|
||||
#include <sys/callout.h>
|
||||
#include <sys/msgbuf.h>
|
||||
#include <sys/sysent.h>
|
||||
@ -110,6 +109,7 @@
|
||||
#endif
|
||||
#ifdef SMP
|
||||
#include <machine/privatespace.h>
|
||||
#include <machine/smp.h>
|
||||
#endif
|
||||
|
||||
#include <i386/isa/icu.h>
|
||||
|
@ -67,7 +67,6 @@
|
||||
#include <sys/bio.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/smp.h>
|
||||
#include <sys/callout.h>
|
||||
#include <sys/msgbuf.h>
|
||||
#include <sys/sysent.h>
|
||||
@ -110,6 +109,7 @@
|
||||
#endif
|
||||
#ifdef SMP
|
||||
#include <machine/privatespace.h>
|
||||
#include <machine/smp.h>
|
||||
#endif
|
||||
|
||||
#include <i386/isa/icu.h>
|
||||
|
Loading…
Reference in New Issue
Block a user