aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/pcpu.h
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>1999-06-01 18:20:36 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>1999-06-01 18:20:36 +0000
commiteb9d435ae7c125d369eafb759abed6ac49edec9c (patch)
tree0e111bc21afe1ea766f9b079e72a2a1d1f8b199f /sys/amd64/include/pcpu.h
parent778359545ece4b1522c236fdf1572e2c4939b20c (diff)
Notes
Diffstat (limited to 'sys/amd64/include/pcpu.h')
-rw-r--r--sys/amd64/include/pcpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h
index 456c502f6369..c02009b83432 100644
--- a/sys/amd64/include/pcpu.h
+++ b/sys/amd64/include/pcpu.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: globaldata.h,v 1.8 1999/04/28 01:04:00 luoqi Exp $
+ * $Id: globaldata.h,v 1.9 1999/05/12 21:39:00 luoqi Exp $
*/
/*
@@ -46,10 +46,8 @@ struct globaldata {
struct timeval gd_switchtime;
struct i386tss gd_common_tss;
int gd_switchticks;
-#ifdef VM86
struct segment_descriptor gd_common_tssd;
struct segment_descriptor *gd_tss_gdt;
-#endif
#ifdef USER_LDT
int gd_currentldt;
#endif