On 2015.09.01 at 10:38 +0200, Ingo Molnar wrote:
> The one you posted cannot possibly build, because access to __stop_machine() 
> is 
> gone from cpu.c:
> 
> kernel/cpu.c: In function ‘_cpu_down’:
> kernel/cpu.c:404:2: error: implicit declaration of function ‘__stop_machine’ 
> [-Werror=implicit-function-declaration]
>   err = __stop_machine(take_cpu_down, &tcd_param, cpumask_of(cpu));

Just to clear this up: It did build on my machine because it wasn't
compiled at all (CONFIG_HOTPLUG_CPU is not set).

-- 
Markus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to