|
From: <sv...@va...> - 2005-06-13 08:47:02
|
Author: tom Date: 2005-06-13 09:46:57 +0100 (Mon, 13 Jun 2005) New Revision: 3904 Log: Comment fix - the ARCH_SET_xxx constants are in the x86_64 prctl.h as wel= l. Modified: trunk/include/vki-amd64-linux.h Modified: trunk/include/vki-amd64-linux.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/include/vki-amd64-linux.h 2005-06-13 04:21:38 UTC (rev 3903) +++ trunk/include/vki-amd64-linux.h 2005-06-13 08:46:57 UTC (rev 3904) @@ -483,8 +483,10 @@ #define VKI_GDT_ENTRY_TLS_MIN 11 #define VKI_GDT_ENTRY_TLS_MAX 13 =20 -// These are actually from linux-???/include/asm-i386/prctl.h. -// But they appear to be needed on amd64. +//---------------------------------------------------------------------- +// From linux-2.6.11.9/include/asm-x86_64/prctl.h +//---------------------------------------------------------------------- + #define VKI_ARCH_SET_GS 0x1001 #define VKI_ARCH_SET_FS 0x1002 #define VKI_ARCH_GET_FS 0x1003 |