mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
powerpc/64s: Add msgp facility unavailable log string
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
5f8122611b
commit
794464f4de
|
|
@ -1440,6 +1440,7 @@ void facility_unavailable_exception(struct pt_regs *regs)
|
|||
[FSCR_TM_LG] = "TM",
|
||||
[FSCR_EBB_LG] = "EBB",
|
||||
[FSCR_TAR_LG] = "TAR",
|
||||
[FSCR_MSGP_LG] = "MSGP",
|
||||
};
|
||||
char *facility = "unknown";
|
||||
u64 value;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user