From 4e6c4b2a3693b3ff3713bff0906a243d1acbc284 Mon Sep 17 00:00:00 2001 From: avg Date: Sun, 28 Jul 2013 18:44:17 +0000 Subject: Revert r253748,253749 This WIP should not have been committed yet. Pointyhat to: avg --- sys/amd64/include/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/amd64/include') diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h index 98b439f..1c2871f 100644 --- a/sys/amd64/include/cpu.h +++ b/sys/amd64/include/cpu.h @@ -36,8 +36,6 @@ #ifndef _MACHINE_CPU_H_ #define _MACHINE_CPU_H_ -#ifdef _KERNEL - /* * Definitions unique to i386 cpu support. */ @@ -55,6 +53,7 @@ (ISPL((framep)->tf_cs) == SEL_UPL) #define TRAPF_PC(framep) ((framep)->tf_rip) +#ifdef _KERNEL extern char btext[]; extern char etext[]; -- cgit v1.1