Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54310a2d authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

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: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 9d0f46af
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -569,7 +569,7 @@ config KEXEC


config CRASH_DUMP
config CRASH_DUMP
	bool "kernel crash dumps"
	bool "kernel crash dumps"
	depends on 64BIT
	depends on 64BIT && SMP
	select KEXEC
	select KEXEC
	help
	help
	  Generate crash dump after being started by kexec.
	  Generate crash dump after being started by kexec.