From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 05468DDE98 for ; Sat, 18 Aug 2007 09:25:42 +1000 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH 2/3] [POWERPC] Copy over headers from arch/ppc to arch/powerpc that we need Date: Sat, 18 Aug 2007 01:25:34 +0200 To: Kumar Gala Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > include/asm-powerpc/8xx_immap.h | 564 +++++++++++++++++ > include/asm-powerpc/commproc.h | 692 ++++++++++++++++++++ > include/asm-powerpc/cpm2.h | 1248 > +++++++++++++++++++++++++++++++++++++ > include/asm-powerpc/gg2.h | 61 ++ > include/asm-powerpc/highmem.h | 135 ++++ > include/asm-powerpc/hydra.h | 102 +++ > include/asm-powerpc/immap_cpm2.h | 648 +++++++++++++++++++ > include/asm-powerpc/kgdb.h | 57 ++ > include/asm-powerpc/m8260_pci.h | 187 ++++++ > include/asm-powerpc/mpc10x.h | 180 ++++++ > include/asm-powerpc/mpc52xx_psc.h | 191 ++++++ Can't we move most of this to the dir where they are used, instead? Segher