From 1571bae166189964e79bb00bbfb8734a67471a96 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Fri, 20 Apr 2012 14:08:50 +0200 Subject: [PATCH] [S390] crash dump: add missing SMP dependency Fix this: arch/s390/kernel/crash_dump.c:296:14: error: 'zfcpdump_save_areas' undeclared (first use in this function) Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- arch/s390/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 39799fac4d7a..eeaed9be5fda 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -569,7 +569,7 @@ config KEXEC config CRASH_DUMP bool "kernel crash dumps" - depends on 64BIT + depends on 64BIT && SMP select KEXEC help Generate crash dump after being started by kexec. -- 2.39.5