mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
s390/vdso: rename VDSO64_LBASE to VDSO_LBASE
Will be used by both vdso32 and vdso64, so change the name. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
parent
686341f254
commit
43e1f76b0b
@ -5,7 +5,7 @@
|
||||
#include <vdso/datapage.h>
|
||||
|
||||
/* Default link address for the vDSO */
|
||||
#define VDSO64_LBASE 0
|
||||
#define VDSO_LBASE 0
|
||||
|
||||
#define __VVAR_PAGES 2
|
||||
|
||||
|
@ -17,7 +17,7 @@ SECTIONS
|
||||
#ifdef CONFIG_TIME_NS
|
||||
PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
|
||||
#endif
|
||||
. = VDSO64_LBASE + SIZEOF_HEADERS;
|
||||
. = VDSO_LBASE + SIZEOF_HEADERS;
|
||||
|
||||
.hash : { *(.hash) } :text
|
||||
.gnu.hash : { *(.gnu.hash) }
|
||||
|
Loading…
Reference in New Issue
Block a user