patch-2.4.25 linux-2.4.25/include/asm-x86_64/desc.h
Next file: linux-2.4.25/include/asm-x86_64/uaccess.h
Previous file: linux-2.4.25/include/asm-sparc64/sections.h
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
2004-02-18 05:36:32.000000000 -0800
- Orig file:
linux-2.4.24/include/asm-x86_64/desc.h
- Orig date:
2003-11-28 10:26:21.000000000 -0800
diff -urN linux-2.4.24/include/asm-x86_64/desc.h linux-2.4.25/include/asm-x86_64/desc.h
@@ -121,6 +121,7 @@
dst->base1 = PTR_MIDDLE(ptr) & 0xFF;
dst->type = type;
dst->p = 1;
+ dst->g = 1;
dst->limit1 = (size >> 16) & 0xF;
dst->base2 = (PTR_MIDDLE(ptr) >> 8) & 0xFF;
dst->base3 = PTR_HIGH(ptr);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)