summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2013-07-28 18:44:17 +0000
committerAndriy Gapon <avg@FreeBSD.org>2013-07-28 18:44:17 +0000
commita29cc9a34bac9ea5146592493272585bdf8333e0 (patch)
tree4420aa26daa238558c6bb6511af95c82d7427921 /sys/powerpc/include/cpu.h
parentc722ec3a5151fdba885b451d2a50a58f327ff994 (diff)
Notes
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index a2e34a0bab90..bf4db83c7dbb 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -39,8 +39,6 @@
#include <machine/pcb.h>
#include <machine/psl.h>
-#ifdef _KERNEL
-
/*
* CPU Feature Attributes
*
@@ -100,5 +98,4 @@ void cpu_reset(void);
void fork_trampoline(void);
void swi_vm(void *);
-#endif /* _KERNEL */
#endif /* _MACHINE_CPU_H_ */