Re: [PATCH] powerpc/sysdev: Fix a mpic section mismatch for MPC85xx

2014-01-28 Thread Christian Engelmayer
On Fri, 20 Dec 2013 00:00:41 +0100, Christian Engelmayer wrote: > On Mon, 16 Dec 2013 11:10:53 +1100 Benjamin Herrenschmidt > wrote: > > On Sun, 2013-12-15 at 19:38 +0100, Christian Engelmayer wrote: > > > Moved arch/powerpc/sysdev/mpic.c : smp_mpic_probe() out of the __init > > > section. > >

Re: [PATCH] powerpc/sysdev: Fix a mpic section mismatch for MPC85xx

2013-12-19 Thread Christian Engelmayer
On Mon, 16 Dec 2013 11:10:53 +1100 Benjamin Herrenschmidt wrote: > On Sun, 2013-12-15 at 19:38 +0100, Christian Engelmayer wrote: > > Moved arch/powerpc/sysdev/mpic.c : smp_mpic_probe() out of the __init > > section. > > It is referenced by arch/powerpc/platforms/85xx/smp.c : > > smp_85xx_setup

Re: [PATCH] powerpc/sysdev: Fix a mpic section mismatch for MPC85xx

2013-12-15 Thread Benjamin Herrenschmidt
On Sun, 2013-12-15 at 19:38 +0100, Christian Engelmayer wrote: > Moved arch/powerpc/sysdev/mpic.c : smp_mpic_probe() out of the __init section. > It is referenced by arch/powerpc/platforms/85xx/smp.c : smp_85xx_setup_cpu(). I don't like this. The reference is not actually going to call into the co

[PATCH] powerpc/sysdev: Fix a mpic section mismatch for MPC85xx

2013-12-15 Thread Christian Engelmayer
Moved arch/powerpc/sysdev/mpic.c : smp_mpic_probe() out of the __init section. It is referenced by arch/powerpc/platforms/85xx/smp.c : smp_85xx_setup_cpu(). Signed-off-by: Christian Engelmayer --- arch/powerpc/sysdev/mpic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch