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 BBAEDDDE38 for ; Sat, 18 Aug 2007 15:38:14 +1000 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <116E5908-D8CD-4050-BC86-3AD3751397F4@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH 2/3] [POWERPC] Copy over headers from arch/ppc to arch/powerpc that we need Date: Sat, 18 Aug 2007 00:40:03 -0500 To: Segher Boessenkool 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: , On Aug 17, 2007, at 6:25 PM, Segher Boessenkool wrote: >> 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? The following are shared between arch/powerpc code and drivers: include/asm-powerpc/8xx_immap.h | 564 +++++++++++++++++ include/asm-powerpc/commproc.h | 692 ++++++++++++++++++++ include/asm-powerpc/cpm2.h | 1248 +++++++++++++++++++++++++++ ++++++++++ include/asm-powerpc/immap_cpm2.h | 648 +++++++++++++++++++ include/asm-powerpc/mpc52xx_psc.h | 191 ++++++ These could possibly move, I'll look into it: include/asm-powerpc/gg2.h | 61 ++ [into platforms/chrp] include/asm-powerpc/hydra.h | 102 +++ [into platforms/chrp] include/asm-powerpc/kgdb.h | 57 ++ [not sure, maybe leave here for now] include/asm-powerpc/mpc10x.h | 180 ++++++ [into platforms/ embedded6xx] Needs to live in include/asm-powerpc: include/asm-powerpc/highmem.h | 135 ++++ Will kill this one per Scott/Arnd: include/asm-powerpc/m8260_pci.h | 187 ++++++ - k