#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:
Poul-Henning Kamp 2002-03-08 14:31:12 +00:00
parent 47fb4666df
commit 14450b4dca
2 changed files with 2 additions and 2 deletions

View File

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

View File

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