Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754630AbYKQSTW (ORCPT ); Mon, 17 Nov 2008 13:19:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752120AbYKQSTO (ORCPT ); Mon, 17 Nov 2008 13:19:14 -0500 Received: from hera.kernel.org ([140.211.167.34]:38489 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752016AbYKQSTO (ORCPT ); Mon, 17 Nov 2008 13:19:14 -0500 Message-ID: <4921B55F.9030300@kernel.org> Date: Mon, 17 Nov 2008 10:18:07 -0800 From: Yinghai Lu User-Agent: Thunderbird 2.0.0.17 (X11/20080922) MIME-Version: 1.0 To: Ingo Molnar CC: Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2 References: <491FDE2A.1010809@kernel.org> <49200031.2040701@kernel.org> <20081117165224.GH12081@elte.hu> <20081117173728.GA7384@elte.hu> <20081117173800.GA7686@elte.hu> In-Reply-To: <20081117173800.GA7686@elte.hu> 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 Content-Length: 973 Lines: 40 Ingo Molnar wrote: > * Ingo Molnar wrote: > >> Config attached. [...] > > attached now for real. > # # Automatically generated make config: don't edit # Linux kernel version: 2.6.28-rc5 # Mon Nov 17 18:10:54 2008 # CONFIG_64BIT=y # CONFIG_X86_32 is not set CONFIG_X86_64=y CONFIG_X86=y it is 64bit, so something wrong with +static int __devinit +wakeup_secondary_cpu(int apicid, unsigned long start_eip) +{ + if (x86_quirks->wakeup_secondary_cpu) + return x86_quirks->wakeup_secondary_cpu(apicid, start_eip); + + return wakeup_secondary_cpu_via_init(apicid, start_eip); +} x86_quirks->wakeup_secondary_cpu get assigned when es7000 with CLUSTERED (_MIP) or numaq with _nmi it's werid. timing issue? YH -- 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/