Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Heiko Carstens and committed by
Martin Schwidefsky
54310a2d 9d0f46af

+1 -1
+1 -1
arch/s390/Kconfig
··· 569 569 570 570 config CRASH_DUMP 571 571 bool "kernel crash dumps" 572 - depends on 64BIT 572 + depends on 64BIT && SMP 573 573 select KEXEC 574 574 help 575 575 Generate crash dump after being started by kexec.