From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 4BDF5DDFD8 for ; Tue, 25 Mar 2008 08:53:44 +1100 (EST) Message-ID: <47E822EC.9030408@freescale.com> Date: Mon, 24 Mar 2008 16:53:48 -0500 From: Scott Wood MIME-Version: 1.0 To: James Black Subject: Re: muram in device tree for mpc8250 in arch/powerpc References: <47E2AADD.6090101@freescale.com> <20080321161833.GA4170@loki.buserror.net> <47E41BE7.9020109@freescale.com> <47E7DC46.2010806@freescale.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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