Skip to content

Commit e633c2e

Browse files
committed
mips: Unconditionally select ARCH_HAS_CURRENT_STACK_POINTER
Now that the minimum supported version of LLVM for building the kernel has been bumped to 15.0.0, the selection of ARCH_HAS_CURRENT_STACK_POINTER can be made unconditional since it is always true. Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Reviewed-by: Kees Cook <kees@kernel.org> Link: https://lore.kernel.org/r/20250821-bump-min-llvm-ver-15-v2-5-635f3294e5f0@kernel.org Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 23cb051 commit e633c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ config MIPS
66
select ARCH_BINFMT_ELF_STATE if MIPS_FP_SUPPORT
77
select ARCH_HAS_CPU_CACHE_ALIASING
88
select ARCH_HAS_CPU_FINALIZE_INIT
9-
select ARCH_HAS_CURRENT_STACK_POINTER if !CC_IS_CLANG || CLANG_VERSION >= 140000
9+
select ARCH_HAS_CURRENT_STACK_POINTER
1010
select ARCH_HAS_DEBUG_VIRTUAL if !64BIT
1111
select ARCH_HAS_DMA_OPS if MACH_JAZZ
1212
select ARCH_HAS_FORTIFY_SOURCE

0 commit comments

Comments
 (0)