From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754082AbZKPVr0 (ORCPT ); Mon, 16 Nov 2009 16:47:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752613AbZKPVrZ (ORCPT ); Mon, 16 Nov 2009 16:47:25 -0500 Received: from terminus.zytor.com ([198.137.202.10]:44436 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751647AbZKPVrZ (ORCPT ); Mon, 16 Nov 2009 16:47:25 -0500 Message-ID: <4B01C81F.9040000@zytor.com> Date: Mon, 16 Nov 2009 13:46:07 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Cyrill Gorcunov CC: Ingo Molnar , Mike Travis , Thomas Gleixner , Andrew Morton , Heiko Carstens , Roland Dreier , Randy Dunlap , Tejun Heo , Andi Kleen , Greg Kroah-Hartman , Yinghai Lu , David Rientjes , Steven Rostedt , Rusty Russell , Hidetoshi Seto , Jack Steiner , Frederic Weisbecker , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/6] INIT: Limit the number of per cpu calibration bootup messages References: <20091116210718.412792000@alcatraz.americas.sgi.com> <20091116210728.267482000@alcatraz.americas.sgi.com> <20091116212427.GC2221@elte.hu> <4B01C3DB.3040802@zytor.com> <20091116214302.GJ5653@lenovo> In-Reply-To: <20091116214302.GJ5653@lenovo> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/16/2009 01:43 PM, Cyrill Gorcunov wrote: > > It seems we have one > > arch/x86/kernel/setup.c:125:unsigned int boot_cpu_id __read_mostly; > > -- Cyrill We probably should make it an inline function so that if other arches want to define it to be a constant or some other kind of special thing they can. -hpa