diff options
| -rw-r--r-- | sys/pc98/i386/machdep.c | 2 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index c2c0ccc8d67d..5d438447f4f0 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -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> diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index c2c0ccc8d67d..5d438447f4f0 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -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> |
