powerpc/64s: Remove "Host" from MCE logging
authorNicholas Piggin <npiggin@gmail.com>
Sat, 28 Nov 2020 07:07:27 +0000 (17:07 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:23 +0000 (01:01 +1100)
commit4a869531ddbf5939c45eab6ff389e4e58c8ed19c
treecbe96adc77b1e01ce1611ce0c5dc12016b923e1d
parent82f70a05108c98aea4f140067c44a606262d2af7
powerpc/64s: Remove "Host" from MCE logging

"Host" caused machine check is printed when the kernel sees a MCE
hit in this kernel or userspace, and "Guest" if it hit one of its
guests. This is confusing when a guest kernel handles a hypervisor-
delivered MCE, it also prints "Host".

Just remove "Host". "Guest" is adequate to make the distinction.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201128070728.825934-8-npiggin@gmail.com
arch/powerpc/kernel/mce.c