s390: rename last_break to pgm_last_break
authorSven Schnelle <svens@linux.ibm.com>
Fri, 1 Oct 2021 15:08:09 +0000 (17:08 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 26 Oct 2021 13:21:28 +0000 (15:21 +0200)
commit26c21aa485841fecb8514a8261f759d34576eb6a
tree3423420c8119ca8bf34dfa1ac3a9eca3819a7aaa
parentc8f573eccb7398d7c198e547c630351e69af5ca1
s390: rename last_break to pgm_last_break

With the upcoming BEAR enhancements last_break isn't really
unique, so rename it to pgm_last_break. This way it should
be more obvious that this is the last_break value that is
written by the hardware when a program check occurs.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/pgm_check_info.c
arch/s390/include/asm/lowcore.h
arch/s390/kernel/asm-offsets.c
arch/s390/kernel/traps.c
arch/s390/kvm/interrupt.c