Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754534AbYGXTMj (ORCPT ); Thu, 24 Jul 2008 15:12:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752718AbYGXTM3 (ORCPT ); Thu, 24 Jul 2008 15:12:29 -0400 Received: from relay1.sgi.com ([192.48.171.29]:57394 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752669AbYGXTM1 (ORCPT ); Thu, 24 Jul 2008 15:12:27 -0400 Message-ID: <4888D412.9060208@sgi.com> Date: Thu, 24 Jul 2008 12:12:18 -0700 From: Mike Travis User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Ingo Molnar CC: Rusty Russell , Andrew Morton , "H. Peter Anvin" , Jack Steiner , Christoph Lameter , linux-kernel@vger.kernel.org, Len Brown , Lennert Buytenhek , Dave Jones , Paul Jackson , Tony Luck , Tigran Aivazian , Paul Mackerras , Benjamin Herrenschmidt , Robert Richter , Martin Schwidefsky , Heiko Carstens , Sam Creasey , Greg Banks , "Eric W. Biederman" , Adrian Bunk , Thomas Gleixner , Andreas Schwab , Johannes Weiner Subject: Re: [PATCH 1/1] cpumask: Change cpumask_of_cpu to use cpumask_of_cpu_map References: <20080723171841.815234000@polaris-admin.engr.sgi.com> <20080723171841.997896000@polaris-admin.engr.sgi.com> <20080724114622.GA8516@elte.hu> <4888B7B8.9060100@sgi.com> In-Reply-To: <4888B7B8.9060100@sgi.com> 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: 1337 Lines: 39 Mike Travis wrote: > Ingo Molnar wrote: >> found a build failure with your patch: >> >> init/main.c:493: error: array index in non-array initializer >> init/main.c:493: error: (near initialization for 'cpumask_of_cpu_map[0]') >> init/main.c:494: warning: missing braces around initializer >> init/main.c:494: warning: (near initialization for 'cpumask_of_cpu_map[0].bits') >> >> with this config: >> >> http://redhat.com/~mingo/misc/config-Thu_Jul_24_13_44_56_CEST_2008.bad >> >> Ingo > > Hmm, it does not fail for me... > > 12> gcc --version > gcc (GCC) 4.2.4 > Copyright (C) 2007 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > There are a number of warnings but none of the files are related to this patch. > > (I'm still on hold until our sys admin gets back from vacation to install > gcc-4.2.3.) It does not fail on gcc-4.2.3 either... ? (btw, I'm merging Rusty's changes into this patch so the issue should be moot soon.) Thanks, Mike -- 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/