s390/dumpstack: convert print_symbol to %pSR
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 2 Sep 2013 09:20:00 +0000 (11:20 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 4 Sep 2013 15:19:07 +0000 (17:19 +0200)
commit8237ac3c4c827a187538fab1ca370e34addc922d
tree3516de56381f5bfff7cb8fd5c4620bbe5b458732
parentae6834c1e4bdfede56eee815595a19c690fddcae
s390/dumpstack: convert print_symbol to %pSR

This is the same as what other architectures did.
The change has also the advantage that there won't be any interleaving
messages between printk() and print_symbol().

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