Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 794464f4 authored by Nicholas Piggin's avatar Nicholas Piggin Committed by Michael Ellerman
Browse files

powerpc/64s: Add msgp facility unavailable log string

parent 5f812261
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;