diff options
author | nyan <nyan@FreeBSD.org> | 2002-03-10 06:19:37 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2002-03-10 06:19:37 +0000 |
commit | d16edb37a4a17619e92bf8c60ccc2a81cfad0b96 (patch) | |
tree | 83afe15a2203ee1243841b32a7339f560b0dde5f /sys/pc98 | |
parent | 90ca0e362f6a64b45923f6c0e5a10ff387c90542 (diff) | |
download | FreeBSD-src-d16edb37a4a17619e92bf8c60ccc2a81cfad0b96.zip FreeBSD-src-d16edb37a4a17619e92bf8c60ccc2a81cfad0b96.tar.gz |
MFi386: revision 1.501
Diffstat (limited to 'sys/pc98')
-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 c2c0ccc..5d43844 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 c2c0ccc..5d43844 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> |