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

2017-12-18 Thread Arnd Bergmann
On Mon, Dec 18, 2017 at 2:44 PM, Russell King - ARM Linux wrote: > On Mon, Dec 18, 2017 at 02:41:11PM +0100, 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/m

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

2017-12-18 Thread Russell King - ARM Linux
On Mon, Dec 18, 2017 at 02:41:11PM +0100, 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-r

[PATCH] 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 [-Werror=unused-