Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262386AbVDLMUI (ORCPT ); Tue, 12 Apr 2005 08:20:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262365AbVDLMTn (ORCPT ); Tue, 12 Apr 2005 08:19:43 -0400 Received: from 70-56-217-9.albq.qwest.net ([70.56.217.9]:16779 "EHLO montezuma.fsmlabs.com") by vger.kernel.org with ESMTP id S262328AbVDLMQL (ORCPT ); Tue, 12 Apr 2005 08:16:11 -0400 Date: Tue, 12 Apr 2005 06:17:55 -0600 (MDT) From: Zwane Mwaikambo To: Li Shaohua cc: lkml , ACPI-DEV , Len Brown , Pavel Machek , Andrew Morton Subject: Re: [PATCH 5/6]physical CPU hot add In-Reply-To: <1113283863.27646.432.camel@sli10-desk.sh.intel.com> Message-ID: References: <1113283863.27646.432.camel@sli10-desk.sh.intel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 460 Lines: 18 On Tue, 12 Apr 2005, Li Shaohua wrote: > #ifdef CONFIG_HOTPLUG_CPU > +int __attribute__ ((weak)) smp_prepare_cpu(int cpu) > +{ > + return 0; > +} > + Any way for you to avoid using weak attribute? Thanks, Zwane - 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/