aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vDSO
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@amacapital.net>2014-06-12 20:53:09 -0400
committerH. Peter Anvin <hpa@zytor.com>2014-06-12 22:01:16 -0400
commit6e8f21584a30ba6ce73cfef34f316d5bf3fadaab (patch)
treef2aa19a9791b48abd9011aa944c0eb1bb2020667 /Documentation/vDSO
parent4d048b0255e3dd4fb001c5f1f609fb67463d04d6 (diff)
x86/vdso/doc: Rename vdso_test.c to vdso_standalone_test_x86.c
This thing is hopelessly x86_64-specific: it's an example of how to access the vDSO without any runtime support at all. Signed-off-by: Andy Lutomirski <luto@amacapital.net> Link: http://lkml.kernel.org/r/3efc170e0e166e15f0150c9fdb37d52488b9c0a4.1402620737.git.luto@amacapital.net Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Documentation/vDSO')
-rw-r--r--Documentation/vDSO/vdso_standalone_test_x86.c (renamed from Documentation/vDSO/vdso_test.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vDSO/vdso_test.c b/Documentation/vDSO/vdso_standalone_test_x86.c
index fff633432dff..1523f5d681f3 100644
--- a/Documentation/vDSO/vdso_test.c
+++ b/Documentation/vDSO/vdso_standalone_test_x86.c
@@ -6,7 +6,7 @@
6 * You can amuse yourself by compiling with: 6 * You can amuse yourself by compiling with:
7 * gcc -std=gnu99 -nostdlib 7 * gcc -std=gnu99 -nostdlib
8 * -Os -fno-asynchronous-unwind-tables -flto 8 * -Os -fno-asynchronous-unwind-tables -flto
9 * vdso_test.c parse_vdso.c -o vdso_test 9 * vdso_standalone_test_x86.c parse_vdso.c
10 * to generate a small binary with no dependencies at all. 10 * to generate a small binary with no dependencies at all.
11 */ 11 */
12 12