patch-2.4.0-prerelease linux/include/asm-i386/desc.h
Next file: linux/include/asm-i386/mmu.h
Previous file: linux/include/asm-i386/delay.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/include/asm-i386/desc.h
- Orig date:
Sat Sep 4 13:06:08 1999
diff -u --recursive --new-file v2.4.0-test12/linux/include/asm-i386/desc.h linux/include/asm-i386/desc.h
@@ -82,7 +82,7 @@
extern inline void load_LDT (struct mm_struct *mm)
{
int cpu = smp_processor_id();
- void *segments = mm->segments;
+ void *segments = mm->context.segments;
int count = LDT_ENTRIES;
if (!segments) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)