[PATCH 1/3] x86-64: Fix outdated comments in vsyscall_64.c

From: Andy Lutomirski
Date: Mon Jun 06 2011 - 13:31:16 EST


Signed-off-by: Andy Lutomirski <luto@xxxxxxx>
---
arch/x86/kernel/vsyscall_64.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/x86/kernel/vsyscall_64.c b/arch/x86/kernel/vsyscall_64.c
index 27d49b7..0b50b3c 100644
--- a/arch/x86/kernel/vsyscall_64.c
+++ b/arch/x86/kernel/vsyscall_64.c
@@ -11,10 +11,11 @@
* vsyscalls. One vsyscall can reserve more than 1 slot to avoid
* jumping out of line if necessary. We cannot add more with this
* mechanism because older kernels won't return -ENOSYS.
- * If we want more than four we need a vDSO.
*
- * Note: the concept clashes with user mode linux. If you use UML and
- * want per guest time just set the kernel.vsyscall64 sysctl to 0.
+ * This mechanism is deprecated in favor of the vDSO.
+ *
+ * Note: the concept clashes with user mode linux. UML users should
+ * use the vDSO.
*/

/* Disable profiling for userspace code: */
--
1.7.5.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/