patch-2.1.69 linux/include/asm-i386/segment.h
Next file: linux/include/asm-i386/sigcontext.h
Previous file: linux/include/asm-i386/processor.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Mon Dec 1 10:34:12 1997
- Orig file:
v2.1.68/linux/include/asm-i386/segment.h
- Orig date:
Tue Oct 29 07:06:34 1996
diff -u --recursive --new-file v2.1.68/linux/include/asm-i386/segment.h linux/include/asm-i386/segment.h
@@ -1,10 +1,10 @@
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H
-#define KERNEL_CS 0x10
-#define KERNEL_DS 0x18
+#define __KERNEL_CS 0x10
+#define __KERNEL_DS 0x18
-#define USER_CS 0x23
-#define USER_DS 0x2B
+#define __USER_CS 0x23
+#define __USER_DS 0x2B
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov