mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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
This commit is contained in:
@@ -1530,7 +1530,7 @@ config HAVE_SPARSE_SYSCALL_NR
|
||||
entries at 4000, 5000 and 6000 locations. This option turns on syscall
|
||||
related optimizations for a given architecture.
|
||||
|
||||
config ARCH_HAS_VDSO_DATA
|
||||
config ARCH_HAS_VDSO_TIME_DATA
|
||||
bool
|
||||
|
||||
config HAVE_STATIC_CALL
|
||||
|
||||
Reference in New Issue
Block a user