diff options
author | Jonathan Lemon <jlemon@FreeBSD.org> | 1999-06-01 18:20:36 +0000 |
---|---|---|
committer | Jonathan Lemon <jlemon@FreeBSD.org> | 1999-06-01 18:20:36 +0000 |
commit | eb9d435ae7c125d369eafb759abed6ac49edec9c (patch) | |
tree | 0e111bc21afe1ea766f9b079e72a2a1d1f8b199f /sys/i386/include/globaldata.h | |
parent | 778359545ece4b1522c236fdf1572e2c4939b20c (diff) |
Unifdef VM86.
Reviewed by: silence on on -current
Notes
Notes:
svn path=/head/; revision=47678
Diffstat (limited to 'sys/i386/include/globaldata.h')
-rw-r--r-- | sys/i386/include/globaldata.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/globaldata.h b/sys/i386/include/globaldata.h index 456c502f6369..c02009b83432 100644 --- a/sys/i386/include/globaldata.h +++ b/sys/i386/include/globaldata.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 |