From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Wed, 02 Apr 2008 16:30:36 +0000 Subject: Re: 2.6.25-rc8-mm1 sparc64 build problem: size of array 'type name' Message-Id: <20080402093036.5dfdf56f.akpm@linux-foundation.org> List-Id: References: <20080401213214.8fbb6d6b.akpm@linux-foundation.org> <200804021820.13260.m.kozlowski@tuxland.pl> In-Reply-To: <200804021820.13260.m.kozlowski@tuxland.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mariusz Kozlowski Cc: linux-kernel@vger.kernel.org, David Miller , sparclinux@vger.kernel.org On Wed, 2 Apr 2008 18:20:13 +0200 Mariusz Kozlowski wrote: > Hello, > > sparc64 box, gcc 4.1.2 > > CC arch/sparc64/mm/init.o > arch/sparc64/mm/init.c: In function 'paging_init': > arch/sparc64/mm/init.c:1303: error: size of array 'type name' is negative > > and this is > > BUILD_BUG_ON(BITS_PER_LONG - NR_PAGEFLAGS != 32); yup, thanks. That's due to some page-flag rework in the memory management queue. The patches which broke mips as well. I'm pushing cross-compilers in Christoph's direction and hoping stuff gets fixed... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757990AbYDBQa6 (ORCPT ); Wed, 2 Apr 2008 12:30:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756115AbYDBQau (ORCPT ); Wed, 2 Apr 2008 12:30:50 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:58317 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755888AbYDBQat (ORCPT ); Wed, 2 Apr 2008 12:30:49 -0400 Date: Wed, 2 Apr 2008 09:30:36 -0700 From: Andrew Morton To: Mariusz Kozlowski Cc: linux-kernel@vger.kernel.org, David Miller , sparclinux@vger.kernel.org Subject: Re: 2.6.25-rc8-mm1 sparc64 build problem: size of array 'type name' is negative Message-Id: <20080402093036.5dfdf56f.akpm@linux-foundation.org> In-Reply-To: <200804021820.13260.m.kozlowski@tuxland.pl> References: <20080401213214.8fbb6d6b.akpm@linux-foundation.org> <200804021820.13260.m.kozlowski@tuxland.pl> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2 Apr 2008 18:20:13 +0200 Mariusz Kozlowski wrote: > Hello, > > sparc64 box, gcc 4.1.2 > > CC arch/sparc64/mm/init.o > arch/sparc64/mm/init.c: In function 'paging_init': > arch/sparc64/mm/init.c:1303: error: size of array 'type name' is negative > > and this is > > BUILD_BUG_ON(BITS_PER_LONG - NR_PAGEFLAGS != 32); yup, thanks. That's due to some page-flag rework in the memory management queue. The patches which broke mips as well. I'm pushing cross-compilers in Christoph's direction and hoping stuff gets fixed...