Commit 43e1f76b authored by Sven Schnelle's avatar Sven Schnelle Committed by Vasily Gorbik

s390/vdso: rename VDSO64_LBASE to VDSO_LBASE

Will be used by both vdso32 and vdso64, so change the name.
Signed-off-by: default avatarSven Schnelle <svens@linux.ibm.com>
Reviewed-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 686341f2
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include <vdso/datapage.h> #include <vdso/datapage.h>
/* Default link address for the vDSO */ /* Default link address for the vDSO */
#define VDSO64_LBASE 0 #define VDSO_LBASE 0
#define __VVAR_PAGES 2 #define __VVAR_PAGES 2
......
...@@ -17,7 +17,7 @@ SECTIONS ...@@ -17,7 +17,7 @@ SECTIONS
#ifdef CONFIG_TIME_NS #ifdef CONFIG_TIME_NS
PROVIDE(_timens_data = _vdso_data + PAGE_SIZE); PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
#endif #endif
. = VDSO64_LBASE + SIZEOF_HEADERS; . = VDSO_LBASE + SIZEOF_HEADERS;
.hash : { *(.hash) } :text .hash : { *(.hash) } :text
.gnu.hash : { *(.gnu.hash) } .gnu.hash : { *(.gnu.hash) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment