From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdub.homelinux.org (67-40-242-100.roch.qwest.net [67.40.242.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C014B67B5A for ; Sun, 10 Sep 2006 03:43:20 +1000 (EST) Subject: RE: asm/*.h files missing for ppc arch. From: Josh Boyer To: Ming Liu In-Reply-To: References: Content-Type: text/plain Date: Sat, 09 Sep 2006 12:42:43 -0500 Message-Id: <1157823763.2670.2.camel@vader.jdub.homelinux.org> Mime-Version: 1.0 Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2006-09-09 at 15:14 +0000, Ming Liu wrote: > Dear all, > Sorry that mmu.h is there. However ptrace.h, cputime.h and so on are not in > asm-ppc/. > > Waiting for your telling... How are you compiling? For 4xx, you still need to specify ARCH=ppc with the make command. There is some makefile hackery that will then bring in header files from asm-powerpc as needed. josh