]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/mem_detect: add debugging output
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 27 Dec 2016 14:14:26 +0000 (15:14 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 16 Jan 2017 06:27:53 +0000 (07:27 +0100)
commita2ce2a956814b52c062d17422ebbf87ce4f0158d
treee16b07f74de3fc2b9f110aeaee27ec83302051c9
parent7be5e359a7eaea6ebe761044f6994163f0dd8585
s390/mem_detect: add debugging output

The s390 specific memory detection code does not call memblock_add,
which would generate debug output if memblock=debug is specified on
the kernel command line. Instead it directly calls memblock_add_range,
which doesn't generate any debug output.
To have a chance to debug early memblock related bugs add an s390
specific memblock_dbg call and a (missing) memblock_dump_all call.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/mem_detect.c