x86, vdso: Remove vestiges of VDSO_PRELINK and some outdated comments
[sfrench/cifs-2.6.git] / arch / x86 / vdso / vdso.lds.S
index b96b2677cad82820207bb38a3e09bdd8c4a61eba..75e3404c83b1e2688f00ce84537f30c17913a860 100644 (file)
@@ -1,14 +1,11 @@
 /*
  * Linker script for 64-bit vDSO.
  * We #include the file to define the layout details.
- * Here we only choose the prelinked virtual address.
  *
  * This file defines the version script giving the user-exported symbols in
- * the DSO.  We can define local symbols here called VDSO* to make their
- * values visible using the asm-x86/vdso.h macros from the kernel proper.
+ * the DSO.
  */
 
-#define VDSO_PRELINK 0xffffffffff700000
 #include "vdso-layout.lds.S"
 
 /*
@@ -28,5 +25,3 @@ VERSION {
        local: *;
        };
 }
-
-VDSO64_PRELINK = VDSO_PRELINK;