On Wed, 2 Apr 2008 18:20:13 +0200 Mariusz Kozlowski <m.kozlowski@tuxland.pl> wrote:
quoted text > 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...
--
unsubscribe notice 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/
Messages in current thread:
Re: 2.6.25-rc8-mm1 sparc64 build problem: size of array 't ... , Andrew Morton , (Wed Apr 2, 9:30 am)