commit | 9cc5c206d9b44b7763aab3082a5be72c78a3ef7a | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Jun 04 11:00:08 2013 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Jun 05 17:36:20 2013 +0200 |
tree | afdc5bbb7921c5041678345ce7c62f40af608527 | |
parent | 338679f7ba4a81906b3fdfa6507824fdf704be80 [diff] |
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>