Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161072AbVKQBpa (ORCPT ); Wed, 16 Nov 2005 20:45:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030585AbVKQBp3 (ORCPT ); Wed, 16 Nov 2005 20:45:29 -0500 Received: from ozlabs.org ([203.10.76.45]:18336 "EHLO ozlabs.org") by vger.kernel.org with ESMTP id S1030584AbVKQBp3 (ORCPT ); Wed, 16 Nov 2005 20:45:29 -0500 Date: Thu, 17 Nov 2005 12:41:55 +1100 From: Anton Blanchard To: Badari Pulavarty Cc: lkml , Andy Whitcroft Subject: Re: 2.6.15-rc1-git4 build failure on ppc64 Message-ID: <20051117014155.GA19128@krispykreme> References: <1132188084.24066.103.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1132188084.24066.103.camel@localhost.localdomain> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 989 Lines: 26 Hi, > I get following compile error on PPC64 - while trying to compile > CONFIG_FLATMEM=y. > > arch/powerpc/mm/numa.c: In function `dump_numa_topology': > arch/powerpc/mm/numa.c:516: error: `SECTION_SIZE_BITS' undeclared (first > use in this function) > arch/powerpc/mm/numa.c:516: error: (Each undeclared identifier is > reported only once > arch/powerpc/mm/numa.c:516: error: for each function it appears in.) > make[1]: *** [arch/powerpc/mm/numa.o] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [arch/powerpc/mm] Error 2 Looks like you are trying to compile NUMA=y, FLATMEM=y which is an illegal combination. Andy has submitted patches to fix this but in the meantime can you either make both on or both off? Anton - 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/