summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-08-21 15:52:23 +0000
committerrobert <robert@FreeBSD.org>2002-08-21 15:52:23 +0000
commitd5203d1ff8cef07eff72ad400fde5c759623752e (patch)
treed3731870a1d37bf76e6b11a8ca6052e6385b8510
parent9a400152f81cc23f170d7264e19f34277c016ff6 (diff)
downloadFreeBSD-src-d5203d1ff8cef07eff72ad400fde5c759623752e.zip
FreeBSD-src-d5203d1ff8cef07eff72ad400fde5c759623752e.tar.gz
- Do not pretend to compile a kernel and remove the definition
of the _KERNEL macro. - Do not include <sys/pcpu.h> for no reason. Suggested by: jake
-rw-r--r--sys/boot/sparc64/loader/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c
index 208d94e..29f92da 100644
--- a/sys/boot/sparc64/loader/main.c
+++ b/sys/boot/sparc64/loader/main.c
@@ -19,12 +19,10 @@
*/
#include <stand.h>
-#define _KERNEL
#include <sys/exec.h>
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/linker.h>
-#include <sys/pcpu.h>
#include <machine/asi.h>
#include <machine/atomic.h>
OpenPOWER on IntegriCloud