diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-03-08 14:31:12 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-03-08 14:31:12 +0000 |
| commit | 14450b4dcae1303aa92e3fb571ec6f95fda7cda1 (patch) | |
| tree | 08555931f0d4e1be3a85bddf7dd9e6fe08b532c6 | |
| parent | 47fb4666dfe1b137f17a716982975db94049e0b1 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/machdep.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index bb6d42006f12..3c459d4c7b02 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/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/i386/i386/machdep.c b/sys/i386/i386/machdep.c index bb6d42006f12..3c459d4c7b02 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/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> |
