arch: remove ARCH_TASK_STRUCT_ALLOCATOR
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 16 Nov 2023 13:36:37 +0000 (14:36 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 11 Dec 2023 01:21:31 +0000 (17:21 -0800)
commit3888750e21ccb909051c810cc79fcc0650a740f8
tree97fe8b976f27807639b4e88d02b1073b6c25f0da
parentf72709ab69430d986dfc5a08c9a86f625e3fed33
arch: remove ARCH_TASK_STRUCT_ALLOCATOR

IA-64 was the only architecture which selected ARCH_TASK_STRUCT_ALLOCATOR.
IA-64 was removed with commit cf8e8658100d ("arch: Remove Itanium (IA-64)
architecture"). Therefore remove support for ARCH_THREAD_STACK_ALLOCATOR
as well.

Link: https://lkml.kernel.org/r/20231116133638.1636277-3-hca@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/Kconfig
kernel/fork.c