Skip to content

Commit bb5bc7b

Browse files
t-8chKAGA-KOKO
authored andcommitted
vdso: Drop kconfig GENERIC_COMPAT_VDSO
This configuration is never used. Remove it. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/all/20250826-vdso-cleanups-v1-8-d9b65750e49f@linutronix.de
1 parent 278f1c9 commit bb5bc7b

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

arch/arm64/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,6 @@ config COMPAT_VDSO
17821782
bool "Enable vDSO for 32-bit applications"
17831783
depends on !CPU_BIG_ENDIAN
17841784
depends on (CC_IS_CLANG && LD_IS_LLD) || "$(CROSS_COMPILE_COMPAT)" != ""
1785-
select GENERIC_COMPAT_VDSO
17861785
default y
17871786
help
17881787
Place in the process address space of 32-bit applications an

lib/vdso/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ config GENERIC_GETTIMEOFDAY
1212
Each architecture that enables this feature has to
1313
provide the fallback implementation.
1414

15-
config GENERIC_COMPAT_VDSO
16-
bool
17-
help
18-
This config option enables the compat VDSO layer.
19-
2015
config GENERIC_VDSO_TIME_NS
2116
bool
2217
help

0 commit comments

Comments
 (0)