commit | e6badee94027a4e9586e6b5d087bc96e9e4d554c | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Mon Mar 27 11:37:21 2023 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Tue Apr 04 18:34:55 2023 +0200 |
tree | addaa1f066ed90a7b405f94506c7f75b8a8bc3f7 | |
parent | 0f2d4fee91e9bdba9ee4f2cfdc9d7cddb033d4a5 [diff] |
s390/dumpstack: simplify in stack logic code The pattern for all in_<type>_stack() functions is the same; especially also the size of all stacks is the same. Simplify the code by passing only the stack address to the generic in_stack() helper, which then can assume a THREAD_SIZE sized stack. Reviewed-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>