]> git.baikalelectronics.ru Git - kernel.git/commit
s390/kdump: Do not add standby memory for kdump
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Fri, 8 Mar 2013 08:29:34 +0000 (09:29 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 11 Mar 2013 08:59:06 +0000 (09:59 +0100)
commit3c2a64969b9daf2f74b21f93612f14709c5a0b2b
tree3f173a837cf0734389905d8ce6722c3b94330801
parent776d9c2890cabd85cd6b07adf78a8be7e069bbe6
s390/kdump: Do not add standby memory for kdump

Standby memory that is located outside [0,OLDMEM_SIZE] is currently used
by the s390 memory detection. This leads to additional memory consumption
due to allocation of page structures. To fix this, we now do not
add standby memory if the kernel is started in kdump mode.

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/sclp_cmd.c