Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754578AbYGXRLj (ORCPT ); Thu, 24 Jul 2008 13:11:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751872AbYGXRLc (ORCPT ); Thu, 24 Jul 2008 13:11:32 -0400 Received: from relay2.sgi.com ([192.48.171.30]:49792 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751600AbYGXRLb (ORCPT ); Thu, 24 Jul 2008 13:11:31 -0400 Message-ID: <4888B7B8.9060100@sgi.com> Date: Thu, 24 Jul 2008 10:11:20 -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> In-Reply-To: <20080724114622.GA8516@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: 1153 Lines: 34 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.) 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/