]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[S390] kdump: Replace is_kdump_kernel() with OLDMEM_BASE check
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Tue, 29 Nov 2011 08:32:53 +0000 (09:32 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 29 Nov 2011 08:33:05 +0000 (09:33 +0100)
commit9a8b4c28f641bf3887d29dee6ba1e16671b8023a
treeaaa13b1b3df86f9820a9f2081b4e667f3dd62832
parent8748dfae379573cdbea4e765b55e608a1764f918
[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