Diff for /src/sys/i386/i386/Attic/globals.s between versions 1.20 and 1.21

version 1.20, 2004/02/17 19:38:53 version 1.21, 2004/04/29 17:24:58
Line 69 Line 69
         .globl  gd_currentldt          .globl  gd_currentldt
         .set    gd_currentldt,globaldata + GD_CURRENTLDT          .set    gd_currentldt,globaldata + GD_CURRENTLDT
   
           .globl  gd_kernel_fpu_lock
           .set    gd_kernel_fpu_lock, globaldata + GD_KERNEL_FPU_LOCK
   
         /*          /*
          * The BSP version of these get setup in locore.s and pmap.c, while           * The BSP version of these get setup in locore.s and pmap.c, while
          * the AP versions are setup in mp_machdep.c.           * the AP versions are setup in mp_machdep.c.

Removed from v.1.20  
changed lines
  Added in v.1.21