#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
@ -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