diff options
| author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2025-02-04 13:05:49 +0100 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2025-02-21 09:54:03 +0100 |
| commit | 998a8a2608199fc07c3a49200c73708e9df01e0f (patch) | |
| tree | 12e1b65987cfc011017800fc140da8053e9adc6f /include/asm-generic/vdso | |
| parent | 9729dceab17bba8a122e26875f05d291b969ce7c (diff) | |
| download | linux-next-998a8a2608199fc07c3a49200c73708e9df01e0f.tar.gz linux-next-998a8a2608199fc07c3a49200c73708e9df01e0f.zip | |
vdso: Remove remnants of architecture-specific random state storage
All users of the random vDSO are using the generic storage
implementation. Remove the now unnecessary compatibility accessor
functions and symbols.
Co-developed-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250204-vdso-store-rng-v3-17-13a4669dfc8c@linutronix.de
Diffstat (limited to 'include/asm-generic/vdso')
| -rw-r--r-- | include/asm-generic/vdso/vsyscall.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-generic/vdso/vsyscall.h b/include/asm-generic/vdso/vsyscall.h index a5f973e4e272..13e2ac3736ee 100644 --- a/include/asm-generic/vdso/vsyscall.h +++ b/include/asm-generic/vdso/vsyscall.h @@ -32,11 +32,6 @@ static __always_inline struct vdso_data *__arch_get_k_vdso_data(void) #define __arch_get_vdso_u_time_data __arch_get_vdso_data -#ifndef __arch_get_vdso_u_rng_data -#define __arch_get_vdso_u_rng_data() __arch_get_vdso_rng_data() -#endif -#define vdso_k_rng_data __arch_get_k_vdso_rng_data() - #endif /* CONFIG_GENERIC_VDSO_DATA_STORE */ #ifndef __arch_update_vsyscall |
