patch-2.4.20 linux-2.4.20/include/asm-x86_64/prctl.h

Next file: linux-2.4.20/include/asm-x86_64/processor.h
Previous file: linux-2.4.20/include/asm-x86_64/posix_types.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-x86_64/prctl.h linux-2.4.20/include/asm-x86_64/prctl.h
@@ -0,0 +1,10 @@
+#ifndef X86_64_PRCTL_H
+#define X86_64_PRCTL_H 1
+
+#define ARCH_SET_GS 0x1001
+#define ARCH_SET_FS 0x1002
+#define ARCH_GET_FS 0x1003
+#define ARCH_GET_GS 0x1004
+
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)