From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756062AbYKKLKD (ORCPT ); Tue, 11 Nov 2008 06:10:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755248AbYKKLJx (ORCPT ); Tue, 11 Nov 2008 06:09:53 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:40542 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755228AbYKKLJx (ORCPT ); Tue, 11 Nov 2008 06:09:53 -0500 Date: Tue, 11 Nov 2008 12:09:22 +0100 From: Ingo Molnar To: James Bottomley Cc: linux-kernel , Jens Axboe Subject: Re: [PATCH] fix smp generic helper voyager breakage Message-ID: <20081111110922.GF15645@elte.hu> References: <1225400980.19324.24.camel@localhost.localdomain> <20081030215421.GG30303@elte.hu> <1225404368.19324.49.camel@localhost.localdomain> <20081030222111.GA18600@elte.hu> <1226253194.19841.9.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1226253194.19841.9.camel@localhost.localdomain> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00,DNS_FROM_SECURITYSAGE autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.0 DNS_FROM_SECURITYSAGE RBL: Envelope sender in blackholes.securitysage.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * James Bottomley wrote: > From: James Bottomley > Date: Wed, 29 Oct 2008 14:53:06 -0500 > Subject: [VOYAGER] fix generic smp helpers non compile > > commit 3d4422332711ef48ef0f132f1fcbfcbd56c7f3d1 > Author: Jens Axboe > Date: Thu Jun 26 11:21:34 2008 +0200 > > Add generic helpers for arch IPI function calls > > didn't wire up the voyager smp call function correctly, so do that > here. Also make CONFIG_USE_GENERIC_SMP_HELPERS a def_bool y again, > since we now use the generic helpers for every x86 architecture. > > Signed-off-by: James Bottomley > --- > arch/x86/Kconfig | 5 ++++- > arch/x86/mach-voyager/voyager_smp.c | 16 ++++++++++++++-- > 2 files changed, 18 insertions(+), 3 deletions(-) applied to tip/x86/urgent, thanks James! Ingo