Skip to content

Commit 278f1c9

Browse files
t-8chKAGA-KOKO
authored andcommitted
vdso: Drop kconfig GENERIC_VDSO_32
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> Link: https://lore.kernel.org/all/20250826-vdso-cleanups-v1-7-d9b65750e49f@linutronix.de
1 parent eb3b66a commit 278f1c9

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

arch/arm/mm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,6 @@ config VDSO
926926
default y if ARM_ARCH_TIMER
927927
select HAVE_GENERIC_VDSO
928928
select GENERIC_TIME_VSYSCALL
929-
select GENERIC_VDSO_32
930929
select GENERIC_GETTIMEOFDAY
931930
select GENERIC_VDSO_DATA_STORE
932931
help

arch/x86/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ config X86_32
1414
select ARCH_WANT_IPC_PARSE_VERSION
1515
select CLKSRC_I8253
1616
select CLONE_BACKWARDS
17-
select GENERIC_VDSO_32
1817
select HAVE_DEBUG_STACKOVERFLOW
1918
select KMAP_LOCAL
2019
select MODULES_USE_ELF_REL

lib/vdso/Kconfig

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

15-
config GENERIC_VDSO_32
16-
bool
17-
depends on GENERIC_GETTIMEOFDAY && !64BIT
18-
help
19-
This config option helps to avoid possible performance issues
20-
in 32 bit only architectures.
21-
2215
config GENERIC_COMPAT_VDSO
2316
bool
2417
help

0 commit comments

Comments
 (0)