Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965920Ab2FAWmY (ORCPT ); Fri, 1 Jun 2012 18:42:24 -0400 Received: from e28smtp08.in.ibm.com ([122.248.162.8]:41333 "EHLO e28smtp08.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965841Ab2FAWmU (ORCPT ); Fri, 1 Jun 2012 18:42:20 -0400 Message-ID: <4FC94518.4010908@linux.vnet.ibm.com> Date: Sat, 02 Jun 2012 04:11:28 +0530 From: "Srivatsa S. Bhat" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120424 Thunderbird/12.0 MIME-Version: 1.0 To: Sam Ravnborg CC: tglx@linutronix.de, peterz@infradead.org, paulmck@linux.vnet.ibm.com, rusty@rustcorp.com.au, mingo@kernel.org, yong.zhang0@gmail.com, akpm@linux-foundation.org, vatsa@linux.vnet.ibm.com, rjw@sisk.pl, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, nikunj@linux.vnet.ibm.com, Suresh Siddha , Venkatesh Pallipadi Subject: Re: [PATCH 01/27] smpboot: Provide a generic method to boot secondary processors References: <20120601090952.31979.24799.stgit@srivatsabhat.in.ibm.com> <20120601091008.31979.93586.stgit@srivatsabhat.in.ibm.com> <20120601165322.GB18870@merkur.ravnborg.org> In-Reply-To: <20120601165322.GB18870@merkur.ravnborg.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit x-cbid: 12060122-2000-0000-0000-000007C710EC Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1182 Lines: 38 On 06/01/2012 10:23 PM, Sam Ravnborg wrote: >> + >> + >> +/* Implement the following functions in your architecture, as appropriate. */ >> + >> +/** >> + * __cpu_pre_starting() >> + * >> + * Implement whatever you need to do before the CPU_STARTING notifiers are >> + * invoked. Note that the CPU_STARTING callbacks run *on* the cpu that is >> + * coming up. So that cpu better be prepared! IOW, implement all the early >> + * boot/init code for the cpu here. And do NOT enable interrupts. >> + */ >> +#ifndef __cpu_pre_starting >> +void __weak __cpu_pre_starting(void *arg) {} >> +#endif > > I miss the prototype for this in a header? Prototype is not really necessary for this. Hence not added. > And the comment maybe belong in the header - not in the implementation? > I think having the comment near the implementation itself works better, just like how it is done at other places in the kernel. Regards, Srivatsa S. Bhat -- 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/