Diff for /src/sys/i386/include/Attic/globaldata.h between versions 1.23 and 1.24

version 1.23, 2004/02/21 06:37:07 version 1.24, 2004/04/29 17:25:00
Line 67  struct mdglobaldata { Line 67  struct mdglobaldata {
         struct segment_descriptor *gd_tss_gdt;          struct segment_descriptor *gd_tss_gdt;
         struct thread   *gd_npxthread;          struct thread   *gd_npxthread;
         struct i386tss  gd_common_tss;          struct i386tss  gd_common_tss;
           int             gd_kernel_fpu_lock;     /* fast bcopy/zero cpu lock */
         int             gd_fpending;    /* fast interrupt pending */          int             gd_fpending;    /* fast interrupt pending */
         int             gd_ipending;    /* normal interrupt pending */          int             gd_ipending;    /* normal interrupt pending */
         int             gd_idelayed;    /* delayed software ints */          int             gd_idelayed;    /* delayed software ints */

Removed from v.1.23  
changed lines
  Added in v.1.24