Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261557AbVCDE0X (ORCPT ); Thu, 3 Mar 2005 23:26:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261551AbVCCTmC (ORCPT ); Thu, 3 Mar 2005 14:42:02 -0500 Received: from mail.kroah.org ([69.55.234.183]:13269 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S262501AbVCCTTB (ORCPT ); Thu, 3 Mar 2005 14:19:01 -0500 Date: Thu, 3 Mar 2005 11:18:40 -0800 From: Greg KH To: Jeff Garzik Cc: Rene Rebe , torvalds@osdl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] trivial fix for 2.6.11 raid6 compilation on ppc w/ Altivec Message-ID: <20050303191840.GA12916@kroah.com> References: <422751D9.2060603@exactcode.de> <422756DC.6000405@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <422756DC.6000405@pobox.com> User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1217 Lines: 35 On Thu, Mar 03, 2005 at 01:26:36PM -0500, Jeff Garzik wrote: > Rene Rebe wrote: > >Hi, > > > > > >--- linux-2.6.11/drivers/md/raid6altivec.uc.vanilla 2005-03-02 > >16:44:56.407107752 +0100 > >+++ linux-2.6.11/drivers/md/raid6altivec.uc 2005-03-02 > >16:45:22.424152560 +0100 > >@@ -108,7 +108,7 @@ > > int raid6_have_altivec(void) > > { > > /* This assumes either all CPUs have Altivec or none does */ > >- return cur_cpu_spec->cpu_features & CPU_FTR_ALTIVEC; > >+ return cur_cpu_spec[0]->cpu_features & CPU_FTR_ALTIVEC; > > > I nominate this as a candidate for linux-2.6.11 release branch. :) Ok, I've fixed up the patch and applied it to a local tree that I've set up to catch these things (it will live at bk://kernel.bkbits.net:gregkh/linux-2.6.11.y until Chris Wright and I set up how we are going to handle all of this.) Feel free to start pointing stuff like this at me and chris (we'll also be setting up an alias for it.) thanks, greg k-h - 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/