s390/traps: improve panic message for translation-specification exception
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 16 Mar 2022 18:13:20 +0000 (19:13 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Sun, 27 Mar 2022 20:18:38 +0000 (22:18 +0200)
commitf09354ffd84eef3c88efa8ba6df05efe50cfd16a
treefebf9e8e1a0dacbc7e76378153cda3339aecc301
parent081397d13f9cfcc10e5bc903559419f6bfc31cca
s390/traps: improve panic message for translation-specification exception

There are many different types of translation exceptions but only a
translation-specification exception leads to a kernel panic since it
indicates corrupted page tables, which must never happen.

Improve the panic message so it is a bit more obvious what this is about.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/traps.c