summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/cpu.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-22 15:14:56 +0000
committerpeter <peter@FreeBSD.org>1999-11-22 15:14:56 +0000
commitbaa766d3eefec1e8e8d5dcace34c938c59c407d3 (patch)
treea976f6d26fe4c2646cb58d0981b6dd6c09520541 /sys/alpha/include/cpu.h
parent357fe49e4fa547c9d7b1c7c821b9c7709ea0cd14 (diff)
downloadFreeBSD-src-baa766d3eefec1e8e8d5dcace34c938c59c407d3.zip
FreeBSD-src-baa766d3eefec1e8e8d5dcace34c938c59c407d3.tar.gz
Zap some latent problems hidden by differences between KERNEL and _KERNEL.
The KAME code intruduces _KERNEL, which exposes some of them.
Diffstat (limited to 'sys/alpha/include/cpu.h')
-rw-r--r--sys/alpha/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h
index 12436a1..d3f24c2 100644
--- a/sys/alpha/include/cpu.h
+++ b/sys/alpha/include/cpu.h
@@ -176,6 +176,6 @@ void syscall __P((u_int64_t, struct trapframe *));
void trap __P((unsigned long, unsigned long, unsigned long, unsigned long,
struct trapframe *));
-#endif /* _KERNEL */
+#endif /* KERNEL */
#endif /* _ALPHA_CPU_H_ */
OpenPOWER on IntegriCloud