commit | c3bdf2e11a10ea804d69a6d1ba1e8a061efb0fa8 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon Jun 27 07:57:21 2016 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Jun 28 09:33:00 2016 +0200 |
tree | f31b4a6b6d3fcee839a3e5b869243ca912094f0f | |
parent | 43799597dc78358d31fdad86a6480054c519bacc [diff] |
s390: stack address vs thread_info Avoid using the address of a process' thread_info structure as the kernel stack address. This will break as soon as the thread_info structure will be removed from the stack, and in addition it makes the code a bit more understandable. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>