ARM: arrange show_pte() to issue severity-based messages
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 29 Jan 2019 15:44:38 +0000 (15:44 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Thu, 20 Jun 2019 21:29:23 +0000 (22:29 +0100)
commit49b38c345baa1bfdb79ff7f546755c29ea59e028
treeb3b966c69f1d5a8cc9e26b5b880cf9c103f2e73c
parentbafeb7a0d9213e64a0e09d149b52abeb0c8798b5
ARM: arrange show_pte() to issue severity-based messages

show_pte() is used to print information after various other kernel
messages, which themselves are printed at different severities.
Include the severity in the show_pte() information so that associated
messages are printed with the same severity.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/include/asm/bug.h
arch/arm/kernel/traps.c
arch/arm/mm/fault.c