From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757053AbYJ3VUe (ORCPT ); Thu, 30 Oct 2008 17:20:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754059AbYJ3VUZ (ORCPT ); Thu, 30 Oct 2008 17:20:25 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:56755 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754015AbYJ3VUZ (ORCPT ); Thu, 30 Oct 2008 17:20:25 -0400 Date: Thu, 30 Oct 2008 22:20:19 +0100 From: Ingo Molnar To: James Bottomley Cc: linux-kernel , Jens Axboe Subject: Re: [PATCH] fix smp generic helper voyager breakage Message-ID: <20081030212019.GA30303@elte.hu> References: <1225400980.19324.24.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1225400980.19324.24.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 c3029f2bac04e387a1eb6aa2967310d61e9f2561 Mon Sep 17 00:00:00 2001 > 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 | 4 +++- > arch/x86/mach-voyager/voyager_smp.c | 16 ++++++++++++++-- > 2 files changed, 17 insertions(+), 3 deletions(-) applied to tip/x86/urgent, thanks James! Ingo