patch-2.3.11 linux/include/asm-i386/ldt.h
Next file: linux/include/asm-i386/mmu_context.h
Previous file: linux/include/asm-i386/hardirq.h
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Sun Jul 11 09:11:46 1999
-  Orig file: 
v2.3.10/linux/include/asm-i386/ldt.h
-  Orig date: 
Wed Dec 11 06:41:23 1996
diff -u --recursive --new-file v2.3.10/linux/include/asm-i386/ldt.h linux/include/asm-i386/ldt.h
@@ -11,6 +11,7 @@
 /* The size of each LDT entry. */
 #define LDT_ENTRY_SIZE	8
 
+#ifndef __ASSEMBLY__
 struct modify_ldt_ldt_s {
 	unsigned int  entry_number;
 	unsigned long base_addr;
@@ -27,4 +28,5 @@
 #define MODIFY_LDT_CONTENTS_STACK	1
 #define MODIFY_LDT_CONTENTS_CODE	2
 
+#endif /* !__ASSEMBLY__ */
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)