diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-08 15:36:31 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-08 15:36:31 +0000 |
commit | 94f98aa1ec39be17259e9d2716c35eb5c1d623b2 (patch) | |
tree | bbb3c1b44d364222fac59d3f8ddf6b26251a6297 /sys/arch/i386/include/pcb.h | |
parent | f1c6d263359139a788d0a40df475119dbab313a8 (diff) |
remove stale cyrix emc support, and switch to just using intial npxcw
ok kettenis
Diffstat (limited to 'sys/arch/i386/include/pcb.h')
-rw-r--r-- | sys/arch/i386/include/pcb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/pcb.h b/sys/arch/i386/include/pcb.h index afea776a2d3..0693d7becf3 100644 --- a/sys/arch/i386/include/pcb.h +++ b/sys/arch/i386/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.16 2011/03/23 16:54:35 pirofti Exp $ */ +/* $OpenBSD: pcb.h,v 1.17 2013/05/08 15:36:30 tedu Exp $ */ /* $NetBSD: pcb.h,v 1.21 1996/01/08 13:51:42 mycroft Exp $ */ /*- @@ -63,7 +63,6 @@ struct pcb { int pcb_ldt_len; /* number of LDT entries */ union savefpu pcb_savefpu; /* floating point state for FPU */ int pcb_cr0; /* saved image of CR0 */ - struct emcsts pcb_saveemc; /* Cyrix EMC state */ struct segment_descriptor pcb_threadsegs[2]; /* per-thread descriptors */ /* |