提交 13c6680a 编写于 作者: M Martin Schwidefsky 提交者: Martin Schwidefsky

[S390] correct vdso version string

The glibc vdso code for s390 uses the version string 2.6.29, the
kernel uses the version string 2.6.26. No wonder the vdso code
is never used. The first kernel version to contain the vdso code
is 2.6.29 which makes this the correct version.
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 1844c9bc
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#define VDSO32_LBASE 0 #define VDSO32_LBASE 0
#define VDSO64_LBASE 0 #define VDSO64_LBASE 0
#define VDSO_VERSION_STRING LINUX_2.6.26 #define VDSO_VERSION_STRING LINUX_2.6.29
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册