]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
s390/vdso: rename VDSO64_LBASE to VDSO_LBASE
authorSven Schnelle <svens@linux.ibm.com>
Fri, 25 Jun 2021 13:10:35 +0000 (15:10 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 8 Jul 2021 13:37:28 +0000 (15:37 +0200)
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>
arch/s390/include/asm/vdso.h
arch/s390/kernel/vdso64/vdso64.lds.S

index b45e3dddd2c2ad4fe4e25a7b1f5cca83f673db84..6eaf4a3f227334374916168bebd4305e3406431a 100644 (file)
@@ -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
 
index 489a72a695944c7eda4a59987387b37469e095a2..d4fb336d747b7ed022a24d580e3ba990eaea3ff0 100644 (file)
@@ -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) }