s390: show_registers() should not map user space addresses to kernel symbols
commit9ea806621d97f728e6401dbfaa6f84f9af1b832f
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 7 Apr 2014 14:26:37 +0000 (7 16:26 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 11 Apr 2014 11:53:27 +0000 (11 13:53 +0200)
tree287ec72f0872b740626a59f05ad3b120bf6d6055
parent3b7df3421f8813ce3b0eedf3d1d9c247c38e3c39
s390: show_registers() should not map user space addresses to kernel symbols

It doesn't make sense to map user space addresses to kernel symbols when
show_registers() prints a user space psw. So just skip the translation part
if a user space psw is handled.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/dumpstack.c