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 /sys/amd64 | |
| parent | 47fb4666dfe1b137f17a716982975db94049e0b1 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 2 |
1 files changed, 1 insertions, 1 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> |
