[PATCH] ppc64: Export proper version from vDSO

From: Benjamin Herrenschmidt
Date: Fri Mar 11 2005 - 01:19:29 EST


Hi !

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 <benh@xxxxxxxxxxxxxxxxxxx>

Index: linux-work/include/asm-ppc64/vdso.h
===================================================================
--- linux-work.orig/include/asm-ppc64/vdso.h 2005-03-08 11:21:44.000000000 +1100
+++ linux-work/include/asm-ppc64/vdso.h 2005-03-11 17:16:21.000000000 +1100
@@ -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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/