summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpu.h
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2013-07-28 18:32:27 +0000
committeravg <avg@FreeBSD.org>2013-07-28 18:32:27 +0000
commitea04b46439a6200a93c2e7792bb488de8ad3c05a (patch)
tree2b655d8ec95c44c4e2b7306d22d416c79486c73c /sys/i386/include/cpu.h
parent425573ccba3b555a3407c9958714a764b5e7b609 (diff)
downloadFreeBSD-src-ea04b46439a6200a93c2e7792bb488de8ad3c05a.zip
FreeBSD-src-ea04b46439a6200a93c2e7792bb488de8ad3c05a.tar.gz
put contents of cpu.h under _KERNEL
no userland-serviceable parts inside MFC after: 20 days
Diffstat (limited to 'sys/i386/include/cpu.h')
-rw-r--r--sys/i386/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index 5bc9f5c..c2e08a0 100644
--- a/sys/i386/include/cpu.h
+++ b/sys/i386/include/cpu.h
@@ -43,6 +43,8 @@
#include <machine/frame.h>
#include <machine/segments.h>
+#ifdef _KERNEL
+
#define cpu_exec(p) /* nothing */
#define cpu_swapin(p) /* nothing */
#define cpu_getstack(td) ((td)->td_frame->tf_esp)
@@ -53,7 +55,6 @@
((ISPL((framep)->tf_cs) == SEL_UPL) || ((framep)->tf_eflags & PSL_VM))
#define TRAPF_PC(framep) ((framep)->tf_eip)
-#ifdef _KERNEL
extern char btext[];
extern char etext[];
OpenPOWER on IntegriCloud