Comment fix - the ARCH_SET_xxx constants are in the x86_64 prctl.h as well.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3904 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/vki-amd64-linux.h b/include/vki-amd64-linux.h
index 1da219c..6475a16 100644
--- a/include/vki-amd64-linux.h
+++ b/include/vki-amd64-linux.h
@@ -483,8 +483,10 @@
 #define VKI_GDT_ENTRY_TLS_MIN 11
 #define VKI_GDT_ENTRY_TLS_MAX 13
 
-// 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