summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2013-07-28 18:44:17 +0000
committeravg <avg@FreeBSD.org>2013-07-28 18:44:17 +0000
commit4e6c4b2a3693b3ff3713bff0906a243d1acbc284 (patch)
tree4420aa26daa238558c6bb6511af95c82d7427921 /sys/powerpc/include
parentc8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd (diff)
downloadFreeBSD-src-4e6c4b2a3693b3ff3713bff0906a243d1acbc284.zip
FreeBSD-src-4e6c4b2a3693b3ff3713bff0906a243d1acbc284.tar.gz
Revert r253748,253749
This WIP should not have been committed yet. Pointyhat to: avg
Diffstat (limited to 'sys/powerpc/include')
-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 a2e34a0..bf4db83 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_ */
OpenPOWER on IntegriCloud