Skip to content

Commit 6e8f215

Browse files
amlutoH. Peter Anvin
authored andcommitted
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>
1 parent 4d048b0 commit 6e8f215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/vDSO/vdso_test.c renamed to Documentation/vDSO/vdso_standalone_test_x86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* You can amuse yourself by compiling with:
77
* gcc -std=gnu99 -nostdlib
88
* -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
1010
* to generate a small binary with no dependencies at all.
1111
*/
1212

0 commit comments

Comments
 (0)