diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-05-29 19:38:49 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-05-29 19:38:49 +0000 |
| commit | 8c7b34b8a3b71140efd9845b1b10386689ae8f45 (patch) | |
| tree | fc7cae182b4e8679e635a34ee07b87ca6edf567b /sys/boot | |
| parent | fda2301943c10ee6e10a1c26d835bbff867adc1a (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/sparc64/loader/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index 3d6fffb4fbfc6..00a54c4b057d0 100644 --- a/sys/boot/sparc64/loader/main.c +++ b/sys/boot/sparc64/loader/main.c @@ -23,6 +23,7 @@ #include <sys/param.h> #include <sys/linker.h> #include <sys/pcpu.h> +#include <sys/queue.h> #include <machine/asi.h> #include <machine/atomic.h> @@ -30,7 +31,6 @@ #include <machine/elf.h> #include <machine/lsu.h> #include <machine/metadata.h> -#include <machine/smp.h> #include <machine/tte.h> #include <machine/upa.h> |
