summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/vdso32
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2015-12-17 07:18:47 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2015-12-21 15:05:01 (GMT)
commit6a613ac6bc015f8ef75806d397d69dbac4a8d8c4 (patch)
tree72d8bef6afe5a30b3a1438bdc8d4f8ee42195539 /arch/x86/entry/vdso/vdso32
parentd8c98a1d1488747625ad6044d423406e17e99b7a (diff)
downloadlinux-6a613ac6bc015f8ef75806d397d69dbac4a8d8c4.tar.xz
x86/entry: Fix some comments
Signed-off-by: Andy Lutomirski <luto@kernel.org> Reviewed-and-tested-by: Borislav Petkov <bp@alien8.de> Cc: <mark.gross@intel.com> Cc: Su Tao <tao.su@intel.com> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: <qiuxu.zhuo@intel.com> Cc: <frank.wang@intel.com> Cc: <borun.fu@intel.com> Cc: Brian Gerst <brgerst@gmail.com> Cc: Mingwei Shi <mingwei.shi@intel.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/entry/vdso/vdso32')
-rw-r--r--arch/x86/entry/vdso/vdso32/system_call.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/entry/vdso/vdso32/system_call.S b/arch/x86/entry/vdso/vdso32/system_call.S
index 93bd845..8f42b1b 100644
--- a/arch/x86/entry/vdso/vdso32/system_call.S
+++ b/arch/x86/entry/vdso/vdso32/system_call.S
@@ -1,5 +1,5 @@
/*
- * Code for the vDSO. This version uses the old int $0x80 method.
+ * AT_SYSINFO entry point
*/
#include <asm/dwarf2.h>