Re: powerpc: Print the kernel load address at the end of prom_init

2016-08-11 Thread Michael Ellerman
On Wed, 2016-10-08 at 07:29:29 UTC, Benjamin Herrenschmidt wrote: > This makes it easier to debug crashes that happen very early before > the kernel takes over Open Firmware by allowing us to relate the OF > reported crashing addresses to offsets within the kernel. > > Signed-off-by: Benjamin Herr

[PATCH] powerpc: Print the kernel load address at the end of prom_init

2016-08-10 Thread Benjamin Herrenschmidt
This makes it easier to debug crashes that happen very early before the kernel takes over Open Firmware by allowing us to relate the OF reported crashing addresses to offsets within the kernel. Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/