Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754148AbZLROdT (ORCPT ); Fri, 18 Dec 2009 09:33:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754062AbZLROdS (ORCPT ); Fri, 18 Dec 2009 09:33:18 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:60669 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754056AbZLROdR (ORCPT ); Fri, 18 Dec 2009 09:33:17 -0500 From: Andreas Schwab To: Nathan Fontenot Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/6 v5] CPU probe/release files References: <4AE8ADCF.6090104@austin.ibm.com> <4AE8B072.1070603@austin.ibm.com> X-Yow: Why don't you ever enter any CONTESTS, Marvin?? Don't you know your own ZIPCODE? Date: Fri, 18 Dec 2009 15:33:11 +0100 In-Reply-To: <4AE8B072.1070603@austin.ibm.com> (Nathan Fontenot's message of "Wed, 28 Oct 2009 15:58:26 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1212 Lines: 36 Nathan Fontenot writes: > Index: powerpc/arch/powerpc/Kconfig > =================================================================== > --- powerpc.orig/arch/powerpc/Kconfig 2009-10-28 15:21:47.000000000 -0500 > +++ powerpc/arch/powerpc/Kconfig 2009-10-28 15:21:53.000000000 -0500 > @@ -320,6 +320,10 @@ > > Say N if you are unsure. > > +config ARCH_CPU_PROBE_RELEASE > + def_bool y > + depends on HOTPLUG_CPU > + That does not work. drivers/built-in.o: In function `.store_online': cpu.c:(.ref.text+0xf5c): undefined reference to `.cpu_hotplug_driver_lock' cpu.c:(.ref.text+0xfc8): undefined reference to `.cpu_hotplug_driver_unlock' make: *** [.tmp_vmlinux1] Error 1 cpu_hotplug_driver_lock is only defined on pseries, but HOTPLUG_CPU is also defined on pmac. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/