diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-03-10 06:19:37 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-03-10 06:19:37 +0000 |
| commit | 2bc5801e8c8fdca7bb8ec6c531330f28f369ff1e (patch) | |
| tree | 83afe15a2203ee1243841b32a7339f560b0dde5f | |
| parent | 9c330bfd7c40453a92a17d30f551113e216988a9 (diff) | |
Notes
| -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> |
