Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-04 Thread Mylène Josserand
Hello Florian, On Tue, 3 Apr 2018 12:56:30 -0700 Florian Fainelli wrote: > On 04/02/2018 11:52 PM, Chen-Yu Tsai wrote: > > On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand > > wrote: > >> To add the support for SMP on sun8i-a83t, we will

Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-04 Thread Mylène Josserand
Hello Florian, On Tue, 3 Apr 2018 12:56:30 -0700 Florian Fainelli wrote: > On 04/02/2018 11:52 PM, Chen-Yu Tsai wrote: > > On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand > > wrote: > >> To add the support for SMP on sun8i-a83t, we will use some > >> definitions in an assembly file so move

Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Florian Fainelli
On 04/02/2018 11:52 PM, Chen-Yu Tsai wrote: > On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand > wrote: >> To add the support for SMP on sun8i-a83t, we will use some >> definitions in an assembly file so move definitions into >> another file to separate C functions

Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Florian Fainelli
On 04/02/2018 11:52 PM, Chen-Yu Tsai wrote: > On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand > wrote: >> To add the support for SMP on sun8i-a83t, we will use some >> definitions in an assembly file so move definitions into >> another file to separate C functions and macro defintions. > >

Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Chen-Yu Tsai
On Tue, Apr 3, 2018 at 3:27 PM, Mylène Josserand wrote: > Hi Chen-Yu, > > Thank you for your review! > > On Tue, 3 Apr 2018 14:52:45 +0800 > Chen-Yu Tsai wrote: > >> On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand >>

Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Chen-Yu Tsai
On Tue, Apr 3, 2018 at 3:27 PM, Mylène Josserand wrote: > Hi Chen-Yu, > > Thank you for your review! > > On Tue, 3 Apr 2018 14:52:45 +0800 > Chen-Yu Tsai wrote: > >> On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand >> wrote: >> > To add the support for SMP on sun8i-a83t, we will use some >> >

Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Mylène Josserand
Hi Chen-Yu, Thank you for your review! On Tue, 3 Apr 2018 14:52:45 +0800 Chen-Yu Tsai wrote: > On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand > wrote: > > To add the support for SMP on sun8i-a83t, we will use some > > definitions in an assembly

Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Mylène Josserand
Hi Chen-Yu, Thank you for your review! On Tue, 3 Apr 2018 14:52:45 +0800 Chen-Yu Tsai wrote: > On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand > wrote: > > To add the support for SMP on sun8i-a83t, we will use some > > definitions in an assembly file so move definitions into > > another file

Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Chen-Yu Tsai
On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand wrote: > To add the support for SMP on sun8i-a83t, we will use some > definitions in an assembly file so move definitions into > another file to separate C functions and macro defintions. Instead of moving the

Re: [PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Chen-Yu Tsai
On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand wrote: > To add the support for SMP on sun8i-a83t, we will use some > definitions in an assembly file so move definitions into > another file to separate C functions and macro defintions. Instead of moving the definitions, you could guard all the

[PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Mylène Josserand
To add the support for SMP on sun8i-a83t, we will use some definitions in an assembly file so move definitions into another file to separate C functions and macro defintions. Signed-off-by: Mylène Josserand --- arch/arm/include/asm/cputype.h | 94

[PATCH v5 01/13] ARM: move cputype definitions into another file

2018-04-03 Thread Mylène Josserand
To add the support for SMP on sun8i-a83t, we will use some definitions in an assembly file so move definitions into another file to separate C functions and macro defintions. Signed-off-by: Mylène Josserand --- arch/arm/include/asm/cputype.h | 94 +---