projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f81226
)
powerpc/64s: Add msgp facility unavailable log string
author
Nicholas Piggin
<npiggin@gmail.com>
Fri, 7 Apr 2017 01:27:43 +0000
(11:27 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 13 Apr 2017 13:34:32 +0000
(23:34 +1000)
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/traps.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/traps.c
b/arch/powerpc/kernel/traps.c
index 354946236c61044ccaba35b4f2a164e235ce25a9..65bd13338722e7b4538b0df35c9b8b86f594f5b5 100644
(file)
--- a/
arch/powerpc/kernel/traps.c
+++ b/
arch/powerpc/kernel/traps.c
@@
-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;