[PATCH 0/3] Remove unused code after IA-64 removal

From: Heiko Carstens
Date: Thu Nov 16 2023 - 08:37:21 EST


While looking into something different I noticed that there are a couple of
Kconfig options which were only selected by IA-64 and which are now unused.

So remove them and simplify the code a bit.

Heiko Carstens (3):
arch: remove ARCH_THREAD_STACK_ALLOCATOR
arch: remove ARCH_TASK_STRUCT_ALLOCATOR
arch: remove ARCH_TASK_STRUCT_ON_STACK

arch/Kconfig | 13 -------------
arch/powerpc/kexec/core_64.c | 3 +--
include/linux/init_task.h | 7 -------
include/linux/sched.h | 2 --
init/init_task.c | 10 ++--------
kernel/fork.c | 26 --------------------------
6 files changed, 3 insertions(+), 58 deletions(-)

--
2.39.2