Re: [PATCH] [v2] ARM: B15: fix unused label warnings

2018-01-08 Thread Arnd Bergmann
On Tue, Jan 2, 2018 at 6:33 PM, Russell King - ARM Linux wrote: > On Mon, Dec 18, 2017 at 05:21:24PM -0800, Florian Fainelli wrote: >> On 12/18/2017 08:52 AM, Arnd Bergmann wrote: >> > The new conditionally compiled code leaves some labels and one >> > variable unreferenced

Re: [PATCH] [v2] ARM: B15: fix unused label warnings

2018-01-08 Thread Arnd Bergmann
On Tue, Jan 2, 2018 at 6:33 PM, Russell King - ARM Linux wrote: > On Mon, Dec 18, 2017 at 05:21:24PM -0800, Florian Fainelli wrote: >> On 12/18/2017 08:52 AM, Arnd Bergmann wrote: >> > The new conditionally compiled code leaves some labels and one >> > variable unreferenced when

Re: [PATCH] [v2] ARM: B15: fix unused label warnings

2018-01-02 Thread Russell King - ARM Linux
On Mon, Dec 18, 2017 at 05:21:24PM -0800, Florian Fainelli wrote: > On 12/18/2017 08:52 AM, Arnd Bergmann wrote: > > The new conditionally compiled code leaves some labels and one > > variable unreferenced when CONFIG_HOTPLUG_CPU and CONFIG_PM_SLEEP > > are disabled: > > > >

Re: [PATCH] [v2] ARM: B15: fix unused label warnings

2018-01-02 Thread Russell King - ARM Linux
On Mon, Dec 18, 2017 at 05:21:24PM -0800, Florian Fainelli wrote: > On 12/18/2017 08:52 AM, Arnd Bergmann wrote: > > The new conditionally compiled code leaves some labels and one > > variable unreferenced when CONFIG_HOTPLUG_CPU and CONFIG_PM_SLEEP > > are disabled: > > > >

Re: [PATCH] [v2] ARM: B15: fix unused label warnings

2018-01-02 Thread Florian Fainelli
On 12/18/2017 05:21 PM, Florian Fainelli wrote: > On 12/18/2017 08:52 AM, Arnd Bergmann wrote: >> The new conditionally compiled code leaves some labels and one >> variable unreferenced when CONFIG_HOTPLUG_CPU and CONFIG_PM_SLEEP >> are disabled: >> >> arch/arm/mm/cache-b15-rac.c: In function

Re: [PATCH] [v2] ARM: B15: fix unused label warnings

2018-01-02 Thread Florian Fainelli
On 12/18/2017 05:21 PM, Florian Fainelli wrote: > On 12/18/2017 08:52 AM, Arnd Bergmann wrote: >> The new conditionally compiled code leaves some labels and one >> variable unreferenced when CONFIG_HOTPLUG_CPU and CONFIG_PM_SLEEP >> are disabled: >> >> arch/arm/mm/cache-b15-rac.c: In function

Re: [PATCH] [v2] ARM: B15: fix unused label warnings

2017-12-18 Thread Florian Fainelli
On 12/18/2017 08:52 AM, Arnd Bergmann wrote: > The new conditionally compiled code leaves some labels and one > variable unreferenced when CONFIG_HOTPLUG_CPU and CONFIG_PM_SLEEP > are disabled: > > arch/arm/mm/cache-b15-rac.c: In function 'b15_rac_init': > arch/arm/mm/cache-b15-rac.c:353:1:

Re: [PATCH] [v2] ARM: B15: fix unused label warnings

2017-12-18 Thread Florian Fainelli
On 12/18/2017 08:52 AM, Arnd Bergmann wrote: > The new conditionally compiled code leaves some labels and one > variable unreferenced when CONFIG_HOTPLUG_CPU and CONFIG_PM_SLEEP > are disabled: > > arch/arm/mm/cache-b15-rac.c: In function 'b15_rac_init': > arch/arm/mm/cache-b15-rac.c:353:1:

[PATCH] [v2] ARM: B15: fix unused label warnings

2017-12-18 Thread Arnd Bergmann
The new conditionally compiled code leaves some labels and one variable unreferenced when CONFIG_HOTPLUG_CPU and CONFIG_PM_SLEEP are disabled: arch/arm/mm/cache-b15-rac.c: In function 'b15_rac_init': arch/arm/mm/cache-b15-rac.c:353:1: error: label 'out_unmap' defined but not used

[PATCH] [v2] ARM: B15: fix unused label warnings

2017-12-18 Thread Arnd Bergmann
The new conditionally compiled code leaves some labels and one variable unreferenced when CONFIG_HOTPLUG_CPU and CONFIG_PM_SLEEP are disabled: arch/arm/mm/cache-b15-rac.c: In function 'b15_rac_init': arch/arm/mm/cache-b15-rac.c:353:1: error: label 'out_unmap' defined but not used