summaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso/vdso.lds.S
diff options
context:
space:
mode:
authorAndy Lutomirski2014-05-05 21:19:37 +0200
committerH. Peter Anvin2014-05-05 22:19:07 +0200
commit2b6f2e649f7376d9871df63a9aa0b41efd464d74 (patch)
tree29f17389b5af4c85da7b5ed329df8eef46b3d759 /arch/x86/vdso/vdso.lds.S
parentx86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO (diff)
downloadkernel-qcow2-linux-2b6f2e649f7376d9871df63a9aa0b41efd464d74.tar.gz
kernel-qcow2-linux-2b6f2e649f7376d9871df63a9aa0b41efd464d74.tar.xz
kernel-qcow2-linux-2b6f2e649f7376d9871df63a9aa0b41efd464d74.zip
x86, vdso: Remove vestiges of VDSO_PRELINK and some outdated comments
These definitions had no effect. Signed-off-by: Andy Lutomirski <luto@amacapital.net> Link: http://lkml.kernel.org/r/946c104e40c47319f8ab406e54118799cb55bd99.1399317206.git.luto@amacapital.net Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/vdso/vdso.lds.S')
-rw-r--r--arch/x86/vdso/vdso.lds.S7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/x86/vdso/vdso.lds.S b/arch/x86/vdso/vdso.lds.S
index b96b2677cad8..75e3404c83b1 100644
--- a/arch/x86/vdso/vdso.lds.S
+++ b/arch/x86/vdso/vdso.lds.S
@@ -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;