]> git.baikalelectronics.ru Git - kernel.git/commit
s390/traps: print interrupt code and instruction length code
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 19 Nov 2014 12:31:08 +0000 (13:31 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 21 Nov 2014 07:49:30 +0000 (08:49 +0100)
commit4157c82868f07874b9ce3d41379b7f6b9019e4db
tree01b0dbda890b9090f673cc8fbfcf347c6e68d90f
parentad97e8f020db55e22ab4a6b9b4714f02a16292d3
s390/traps: print interrupt code and instruction length code

It always confuses me to see the mixed instruction length code and
interruption code on user space faults, while the message clearly
says it is the interruption code.
So split the value and print both values separately. Also add the ILC
output to the die() message, so thar user and kernel space faults
contain the same information.

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