ChangeSet 1.2065.3.3, 2005/03/12 08:21:25-08:00, [EMAIL PROTECTED]
[PATCH] ppc64: Export proper version from vDSO
The ppc64 vDSO is still exporting LINUX_2.6.11 (from -mm) for symbol
versioning. The glibc folks asked me to export the first kernel version
that will contain it, so this patch fixes it to LINUX_2.6.12
Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
vdso.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/include/asm-ppc64/vdso.h b/include/asm-ppc64/vdso.h
--- a/include/asm-ppc64/vdso.h 2005-03-12 21:24:54 -08:00
+++ b/include/asm-ppc64/vdso.h 2005-03-12 21:24:54 -08:00
@@ -11,7 +11,7 @@
#define VDSO32_MBASE 0x100000
#define VDSO64_MBASE 0x100000
-#define VDSO_VERSION_STRING LINUX_2.6.11
+#define VDSO_VERSION_STRING LINUX_2.6.12
/* Define if 64 bits VDSO has procedure descriptors */
#undef VDS64_HAS_DESCRIPTORS
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html