From aeb1e833a4c38efffad9556cf7f458c4e5de5b45 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Tue, 4 May 2021 14:49:14 +0200 Subject: parisc: Switch to ARCH_STACKWALK implementation It's shorter and kfence currently depends on this stack unwinding implementation. Signed-off-by: Helge Deller --- arch/parisc/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/parisc/Kconfig') diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 27a8b49af11f..aee25beb2d00 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -13,6 +13,8 @@ config PARISC select ARCH_NO_SG_CHAIN select ARCH_SUPPORTS_HUGETLBFS if PA20 select ARCH_SUPPORTS_MEMORY_FAILURE + select ARCH_STACKWALK + select HAVE_RELIABLE_STACKTRACE select DMA_OPS select RTC_CLASS select RTC_DRV_GENERIC -- cgit