commit | 103b4cca60d2c8c51f1290cc984b7046ccb8b46d | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Fri Nov 22 12:35:34 2019 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Sat Nov 30 10:52:45 2019 +0100 |
tree | 505c6574f045baadc36ddc70154e3a433a45a2e9 | |
parent | 7f28dad395243c5026d649136823bbc40029a828 [diff] |
s390/unwind: unify task is current checks Avoid mixture of task == NULL and task == current meaning the same thing and simply always initialize task with current in unwind_start. Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>