]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit9d7701ad7c5a44bd0e90aa4177d6cc0b89ed45d0
tree22dc553b369ca8706b80473aa3b971632c680fdd
parent3d1403ba0b748e84071d4b282d0cb2608917b2e6
[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