Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966524Ab2FBIQJ (ORCPT ); Sat, 2 Jun 2012 04:16:09 -0400 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:47190 "EHLO e28smtp09.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966502Ab2FBIPX (ORCPT ); Sat, 2 Jun 2012 04:15:23 -0400 Message-ID: <4FC9CB65.4070509@linux.vnet.ibm.com> Date: Sat, 02 Jun 2012 13:44:29 +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: David Miller , 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, vapier@gentoo.org, konrad@gaisler.com, tkhai@yandex.ru, sparclinux@vger.kernel.org Subject: Re: [UPDATED PATCH 21/27] sparc32, smpboot: Use generic SMP booting infrastructure References: <20120601090952.31979.24799.stgit@srivatsabhat.in.ibm.com> <20120601091503.31979.52537.stgit@srivatsabhat.in.ibm.com> <20120601.135612.699120609738854050.davem@davemloft.net> <20120601185448.GA19148@merkur.ravnborg.org> <4FC94693.5050707@linux.vnet.ibm.com> <20120602065249.GA19558@merkur.ravnborg.org> <20120602074424.GA19690@merkur.ravnborg.org> <4FC9C871.60902@linux.vnet.ibm.com> In-Reply-To: <4FC9C871.60902@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit x-cbid: 12060208-2674-0000-0000-000004C31FF9 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2362 Lines: 72 On 06/02/2012 01:31 PM, Srivatsa S. Bhat wrote: > On 06/02/2012 01:14 PM, Sam Ravnborg wrote: > >> On Sat, Jun 02, 2012 at 08:52:49AM +0200, Sam Ravnborg wrote: >>> Hi Srivatsa. >>> >>> I cannot see how this would work for sparc32... >>> [Did not notice before...] >>> >>>> --- a/arch/sparc/kernel/leon_smp.c >>>> +++ b/arch/sparc/kernel/leon_smp.c >>> >>>> +void __cpuinit __cpu_pre_starting(void *unused) >>>> +{ >>>> + unsigned int cpuid = hard_smp_processor_id(); >>>> >>>> diff --git a/arch/sparc/kernel/sun4d_smp.c b/arch/sparc/kernel/sun4d_smp.c >>>> index ddaea31..cd5367a 100644 >>>> --- a/arch/sparc/kernel/sun4d_smp.c >>>> +++ b/arch/sparc/kernel/sun4d_smp.c >>> >>>> +void __cpuinit __cpu_pre_starting(void *unused) >>>> +{ >>>> + unsigned int cpuid = hard_smp_processor_id(); >>>> >>>> diff --git a/arch/sparc/kernel/sun4m_smp.c b/arch/sparc/kernel/sun4m_smp.c >>>> index 128af73..ed05f54 100644 >>>> --- a/arch/sparc/kernel/sun4m_smp.c >>>> +++ b/arch/sparc/kernel/sun4m_smp.c >>> >>>> +void __cpuinit __cpu_pre_starting(void *unused) >>>> +{ >>>> + unsigned int cpuid = hard_smp_processor_id(); >>> >>> See how you define a function with the same name three times. >>> On sparc32 we include all of the above files in the kernel, >>> and uses various tricks to determine at run-time >>> which variant to use. >>> >>> We need to define these general functions in smp_32.c and >>> then take relevant action depending on sparc_cpu_model. >> >> I took a short look at this. >> And it is a bit complicated :-( >> >> leon is the odd-one here. For reasons I do not understand >> we have a call from head_32.S to leon_smp_cpu_startup: >> in trampoline_32.S. >> >> But sun4m and sun4d uses the normal path via start_kernel() etc. >> >> This has the side-effect that sparc_cpu_model is not set >> when we call leon_smp_cpu_startup. >> > > Yes, I saw that too now.. > But I'm wondering where will it set sparc_cpu_model to sparc_leon then.. The only place i saw was setup_arch(), which gets called from start_kernel(). But if leon doesn't even call start_kernel(), then....? 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/