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.242]) by ozlabs.org (Postfix) with ESMTP id 11A7DDDE02 for ; Tue, 25 Mar 2008 09:09:33 +1100 (EST) Received: by an-out-0708.google.com with SMTP id c37so641013anc.78 for ; Mon, 24 Mar 2008 15:09:32 -0700 (PDT) Message-ID: Date: Mon, 24 Mar 2008 16:09:32 -0600 From: "James Black" To: "Scott Wood" Subject: Re: muram in device tree for mpc8250 in arch/powerpc In-Reply-To: <47E82591.9050907@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <20080321161833.GA4170@loki.buserror.net> <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: , 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 >