vdso: Rename struct arch_vdso_data to arch_vdso_time_data
authorNam Cao <namcao@linutronix.de>
Thu, 10 Oct 2024 07:01:30 +0000 (09:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 2 Nov 2024 11:37:36 +0000 (12:37 +0100)
commita812eee0b68645e2916d4a4399280fe5471cac67
tree05e3fb76af375502b2b0dcede11bf21f86daa561
parent6142be7ed7f3b0a8a0d6e7c2bb34598b4e7196a1
vdso: Rename struct arch_vdso_data to arch_vdso_time_data

The struct arch_vdso_data is only about vdso time data. So rename it to
arch_vdso_time_data to make it obvious.
Non time-related data will be migrated out of these structs soon.

Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Heiko Carstens <hca@linux.ibm.com> # s390
Link: https://lore.kernel.org/all/20241010-vdso-generic-base-v1-28-b64f0842d512@linutronix.de
arch/Kconfig
arch/riscv/Kconfig
arch/riscv/include/asm/vdso/data.h [deleted file]
arch/riscv/include/asm/vdso/time_data.h [new file with mode: 0644]
arch/riscv/kernel/sys_hwprobe.c
arch/riscv/kernel/vdso/hwprobe.c
arch/s390/Kconfig
arch/s390/include/asm/vdso/data.h [deleted file]
arch/s390/include/asm/vdso/time_data.h [new file with mode: 0644]
include/vdso/datapage.h