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

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)