Re: [PATCH] ARM: tango: use const and __initconst for smp_operations

2016-02-01 Thread Olof Johansson
On Mon, Jan 25, 2016 at 08:33:42PM +0900, Masahiro Yamada wrote: > This newly added code missed the global fixup by commit 75305275a721 > ("ARM: use const and __initconst for smp_operations"). So fix it now. > > Signed-off-by: Masahiro Yamada Applied to fixes, thanks. -Olof > --- > >

Re: [PATCH] ARM: tango: use const and __initconst for smp_operations

2016-02-01 Thread Olof Johansson
On Mon, Jan 25, 2016 at 08:33:42PM +0900, Masahiro Yamada wrote: > This newly added code missed the global fixup by commit 75305275a721 > ("ARM: use const and __initconst for smp_operations"). So fix it now. > > Signed-off-by: Masahiro Yamada Applied to fixes,

Re: [PATCH] ARM: tango: use const and __initconst for smp_operations

2016-01-25 Thread Marc Gonzalez
On 25/01/2016 12:33, Masahiro Yamada wrote: > This newly added code missed the global fixup by commit 75305275a721 > ("ARM: use const and __initconst for smp_operations"). So fix it now. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/mach-tango/platsmp.c | 2 +- > 1 file changed, 1

[PATCH] ARM: tango: use const and __initconst for smp_operations

2016-01-25 Thread Masahiro Yamada
This newly added code missed the global fixup by commit 75305275a721 ("ARM: use const and __initconst for smp_operations"). So fix it now. Signed-off-by: Masahiro Yamada --- arch/arm/mach-tango/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] ARM: tango: use const and __initconst for smp_operations

2016-01-25 Thread Masahiro Yamada
This newly added code missed the global fixup by commit 75305275a721 ("ARM: use const and __initconst for smp_operations"). So fix it now. Signed-off-by: Masahiro Yamada --- arch/arm/mach-tango/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] ARM: tango: use const and __initconst for smp_operations

2016-01-25 Thread Marc Gonzalez
On 25/01/2016 12:33, Masahiro Yamada wrote: > This newly added code missed the global fixup by commit 75305275a721 > ("ARM: use const and __initconst for smp_operations"). So fix it now. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/mach-tango/platsmp.c