[S390] kdump: Replace is_kdump_kernel() with OLDMEM_BASE check
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Thu, 1 Dec 2011 12:32:14 +0000 (13:32 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 1 Dec 2011 12:32:17 +0000 (13:32 +0100)
commit5f894cbb6890d317699aa622b4dc9d73d009cd22
tree22dc553b369ca8706b80473aa3b971632c680fdd
parent11d814a20166461358e1cefaf6bcd425698b8460
[S390] kdump: Replace is_kdump_kernel() with OLDMEM_BASE check

In order to have the same behavior for kdump based stand-alone dump
as for the kexec method, the is_kdump_kernel() check (only true for
the kexec method) has to be replaced by the OLDMEM_BASE check (true
for both methods).

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/setup.c