projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e341e
)
powerpc/mce: Align the print of physical address better
author
Balbir Singh
<
[email protected]
>
Fri, 29 Sep 2017 04:26:52 +0000
(14:26 +1000)
committer
Michael Ellerman
<
[email protected]
>
Mon, 16 Oct 2017 12:11:50 +0000
(23:11 +1100)
Use the same alignment as Effective address.
Signed-off-by: Balbir Singh <
[email protected]
>
Reviewed-by: Nicholas Piggin <
[email protected]
>
Signed-off-by: Michael Ellerman <
[email protected]
>
arch/powerpc/kernel/mce.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/mce.c
b/arch/powerpc/kernel/mce.c
index 6757720b197904556ba47a82dbedc762d18b82e0..d1775bdade72d2be1c93387e2c8fba73af63f318 100644
(file)
--- a/
arch/powerpc/kernel/mce.c
+++ b/
arch/powerpc/kernel/mce.c
@@
-340,7
+340,7
@@
void machine_check_print_event_info(struct machine_check_event *evt,
printk("%s Effective address: %016llx\n",
level, evt->u.ue_error.effective_address);
if (evt->u.ue_error.physical_address_provided)
- printk("%s
Physical address:
%016llx\n",
+ printk("%s
Physical address:
%016llx\n",
level, evt->u.ue_error.physical_address);
break;
case MCE_ERROR_TYPE_SLB: