Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964846AbVKLWUs (ORCPT ); Sat, 12 Nov 2005 17:20:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932503AbVKLWUs (ORCPT ); Sat, 12 Nov 2005 17:20:48 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:53009 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932353AbVKLWUr (ORCPT ); Sat, 12 Nov 2005 17:20:47 -0500 Date: Sat, 12 Nov 2005 23:20:45 +0100 From: Adrian Bunk To: Michael Buesch Cc: Linus Torvalds , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@ozlabs.org, Linux Kernel Mailing List Subject: Re: Linuv 2.6.15-rc1 Message-ID: <20051112222045.GC21448@stusta.de> References: <200511122237.17157.mbuesch@freenet.de> <20051112215304.GB21448@stusta.de> <200511122257.05552.mbuesch@freenet.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511122257.05552.mbuesch@freenet.de> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1839 Lines: 56 On Sat, Nov 12, 2005 at 10:57:05PM +0100, Michael Buesch wrote: > On Saturday 12 November 2005 22:53, you wrote: > > > CHK include/linux/version.h > > > CHK include/linux/compile.h > > > CHK usr/initramfs_list > > > GEN .version > > > CHK include/linux/compile.h > > > UPD include/linux/compile.h > > > CC init/version.o > > > LD init/built-in.o > > > LD .tmp_vmlinux1 > > > arch/powerpc/kernel/built-in.o: In function `platform_init': > > > : undefined reference to `prep_init' > > > arch/powerpc/kernel/built-in.o:(__ksymtab+0x4d8): undefined reference to `ucSystemType' > > > arch/powerpc/kernel/built-in.o:(__ksymtab+0x4e0): undefined reference to `_prep_type' > > > make: *** [.tmp_vmlinux1] Error 1 ucSystemType is a variable that is EXPORT_SYMBOL'ed but never used in any way. _prep_type is a variable that is needlessly EXPORT_SYMBOL'ed. But prep_init points to the real problem: CONFIG_PPC_PREP requires code from arch/ppc/platforms/, but this directory is never visited. What is the correct fix? Migrate the code from arch/ppc/platforms/ to arch/powerpc/platforms/ ? > > Please send your .config . > > > I did this in my first mail: > http://marc.theaimsgroup.com/?l=linux-kernel&m=113182883102937&q=p5 OK, thanks, I missed this email. > Greetings Michael. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/