From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755301AbbIAIuq (ORCPT ); Tue, 1 Sep 2015 04:50:46 -0400 Received: from ud10.udmedia.de ([194.117.254.50]:35393 "EHLO mail.ud10.udmedia.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbbIAIun (ORCPT ); Tue, 1 Sep 2015 04:50:43 -0400 Date: Tue, 1 Sep 2015 10:50:39 +0200 From: Markus Trippelsdorf To: Ingo Molnar Cc: Linus Torvalds , linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , Andrew Morton , Mike Galbraith Subject: Re: [GIT PULL] scheduler changes for v4.3 Message-ID: <20150901085039.GC421@x4> References: <20150831172453.GA5429@gmail.com> <20150901070856.GA430@x4> <20150901072741.GB20383@gmail.com> <20150901074449.GB430@x4> <20150901083856.GD25398@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150901083856.GD25398@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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