Skip to content

Commit 794464f

Browse files
npigginmpe
authored andcommitted
powerpc/64s: Add msgp facility unavailable log string
Signed-off-by: Nicholas Piggin <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent 5f81226 commit 794464f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/powerpc/kernel/traps.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,7 @@ void facility_unavailable_exception(struct pt_regs *regs)
14401440
[FSCR_TM_LG] = "TM",
14411441
[FSCR_EBB_LG] = "EBB",
14421442
[FSCR_TAR_LG] = "TAR",
1443+
[FSCR_MSGP_LG] = "MSGP",
14431444
};
14441445
char *facility = "unknown";
14451446
u64 value;

0 commit comments

Comments
 (0)