patch-2.1.96 linux/arch/i386/math-emu/fpu_system.h
Next file: linux/drivers/block/ide-disk.c
Previous file: linux/arch/i386/lib/checksum.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Apr 14 12:16:29 1998
- Orig file:
v2.1.95/linux/arch/i386/math-emu/fpu_system.h
- Orig date:
Tue Dec 9 17:57:09 1997
diff -u --recursive --new-file v2.1.95/linux/arch/i386/math-emu/fpu_system.h linux/arch/i386/math-emu/fpu_system.h
@@ -20,7 +20,7 @@
of the stack frame of math_emulate() */
#define SETUP_DATA_AREA(arg) FPU_info = (struct info *) &arg
-#define LDT_DESCRIPTOR(s) (current->ldt[(s) >> 3])
+#define LDT_DESCRIPTOR(s) (((struct ldt_struct *)current->mm->segments)[(s) >> 3])
#define SEG_D_SIZE(x) ((x).b & (3 << 21))
#define SEG_G_BIT(x) ((x).b & (1 << 23))
#define SEG_GRANULARITY(x) (((x).b & (1 << 23)) ? 4096 : 1)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov