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.251]) by ozlabs.org (Postfix) with ESMTP id AF0ABDDE32 for ; Tue, 25 Mar 2008 08:59:54 +1100 (EST) Received: by an-out-0708.google.com with SMTP id c37so640242anc.78 for ; Mon, 24 Mar 2008 14:59:53 -0700 (PDT) Message-ID: Date: Mon, 24 Mar 2008 15:59:53 -0600 From: "James Black" To: "Scott Wood" Subject: Re: muram in device tree for mpc8250 in arch/powerpc In-Reply-To: <47E822EC.9030408@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <47E2AADD.6090101@freescale.com> <20080321161833.GA4170@loki.buserror.net> <47E41BE7.9020109@freescale.com> <47E7DC46.2010806@freescale.com> <47E822EC.9030408@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: , 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' On Mon, Mar 24, 2008 at 3:53 PM, Scott Wood wrote: > James Black wrote: > > I started from scratch and am trying to build the cuImage. I get this > > compiler error. > > > > arch/powerpc/boot/cuboot-pq2.c:14:20: error: bitops.h: No such file or directory > > arch/powerpc/boot/cuboot-pq2.c: In function 'fixup_pci': > > arch/powerpc/boot/cuboot-pq2.c:205: warning: implicit declaration of > > function '__ilog2_u32' > > > > I looks as though cuboot-pq2.c expects bitops.h to be in the same > > directory, but it has moved to > > linux/include/asm-powerpc/bitops.h > > I don't see any reference to bitops.h in cuboot-pq2.c... > Line 14 includes "ops.h". > > -Scott > >