From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by ozlabs.org (Postfix) with ESMTP id E781BDDEEF for ; Tue, 25 Mar 2008 09:28:54 +1100 (EST) Received: by an-out-0708.google.com with SMTP id c37so642525anc.78 for ; Mon, 24 Mar 2008 15:28:53 -0700 (PDT) Message-ID: Date: Mon, 24 Mar 2008 16:28:52 -0600 From: "James Black" To: "Scott Wood" Subject: Re: muram in device tree for mpc8250 in arch/powerpc In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <47E41BE7.9020109@freescale.com> <47E7DC46.2010806@freescale.com> <47E822EC.9030408@freescale.com> <47E82591.9050907@freescale.com> Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , That was it. It seems that the eldk/4.2 is missing the ilog2_u32 declaration. Makes me wonder what else is missing. I'll start again with the kernel.org version and see what happens. I'll send an email when this work gets done. Good catch. JB On Mon, Mar 24, 2008 at 4:09 PM, James Black wrote: > I must have the old one. I don't see '__ilog2_u32' defined. This is > the kernel I got from denx eldk 4.2. I'll grab the kernel from > kernel.org and check there. Thanks. > > JB > > > > On Mon, Mar 24, 2008 at 4:05 PM, Scott Wood wrote: > > James Black wrote: > > > OK, you are right. I was looking at my old copy I was trying to fix. > > > The error is, > > > > > > arch/powerpc/boot/cuboot-pq2.c: In function 'fixup_pci': > > > arch/powerpc/boot/cuboot-pq2.c:204: warning: implicit declaration of > > > function '__ilog2_u32' > > > > It's defined as an inline function in ops.h. Do you have an old ops.h? > > > > -Scott > > >