commit | 7b83c6297d2fc7350997e86188df84c27fd59530 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon Sep 11 11:24:23 2017 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Sep 28 07:29:40 2017 +0200 |
tree | a9a849d6ab1195c06053ad215e50e9cb3dce9d8d | |
parent | 5ef2d5231d547c672c67bdf84c13a4adaf477964 [diff] |
s390/guarded storage: simplify task exit handling Free data structures required for guarded storage from arch_release_task_struct(). This allows to simplify the code a bit, and also makes the semantics a bit easier: arch_release_task_struct() is never called from the task that is being removed. In addition this allows to get rid of exit_thread() in a later patch. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>