s390/dumpstack: fix address ranges for asynchronous and panic stack
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 4 Jun 2013 09:00:08 +0000 (11:00 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 5 Jun 2013 15:36:20 +0000 (17:36 +0200)
commit9cc5c206d9b44b7763aab3082a5be72c78a3ef7a
treeafdc5bbb7921c5041678345ce7c62f40af608527
parent338679f7ba4a81906b3fdfa6507824fdf704be80
s390/dumpstack: fix address ranges for asynchronous and panic stack

git commit dc7ee00d4771b321 "s390: lowcore stack pointer offsets"
introduced a regression in regard to show_stack(). The stack pointer
for the asynchronous and the panic stack in the lowcore now have an
additional offset applied to them. This offset needs to be taken into
account in the calculation for the low and high address for the stacks.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/dumpstack.c