Re: Patches added to powerpc.git for-2.6.24 branch
From: Kumar Gala <hidden>
Date: 2007-08-22 14:57:57
On Aug 22, 2007, at 8:25 AM, Kumar Gala wrote:
How do we want to handle the include cleanup I've got. I know you'd like some way of showing it complete. Any ideas?
So I did the following: 1. generate a file listing of asm-powerpc vs asm-ppc and diff them to find all files in asm-ppc not in asm-powerpc (after my patches) 2. count the number of references using the following grep: grep -r asm/ppcboot.h . | grep -v arch/ppc | grep -v include/asm-ppc | grep -v arch/[a-o,q-z] | grep -v include/asm-[a-o,q-z] | wc -l I get the following results: 0: asm/amigappc.h 0: asm/gg2.h 0: asm/gt64260_defs.h 0: asm/gt64260.h 0: asm/harrier.h 0: asm/hawk_defs.h 0: asm/hawk.h 0: asm/ibm403.h 0: asm/ibm405.h 0: asm/ibm_ocp.h 0: asm/ibm_ocp_pci.h 0: asm/immap_85xx.h 0: asm/m8260_pci.h 0: asm/md.h 0: asm/mk48t59.h 0: asm/mpc10x.h 0: asm/mpc8260_pci9.h 0: asm/mv64x60_defs.h 0: asm/mv64x60.h 0: asm/ocp_ids.h 0: asm/open_pic.h 0: asm/pc_serial.h 0: asm/pnp.h 0: asm/ppc4xx_dma.h 0: asm/ppc4xx_pic.h 0: asm/ppc_sys.h 0: asm/prep_nvram.h 0: asm/raven.h 0: asm/rio.h 0: asm/todc.h 1: asm/amipcmcia.h 1: asm/mpc83xx.h 1: asm/residual.h 1: asm/zorro.h 2: asm/amigayle.h 2: asm/ppcboot.h 3: asm/ibm4xx.h 4: asm/ibm44x.h 4: asm/traps.h 8: asm/ocp.h 12: asm/bootinfo.h 29: asm/amigaints.h 32: asm/amigahw.h I think we can all agree that the amiga*.h, zorro.h and traps.h can be ignored since they have to do with amiga/apus support. I'll take a look at the following and see what's going on: 1: asm/mpc83xx.h 1: asm/residual.h 2: asm/ppcboot.h 3: asm/ibm4xx.h 4: asm/ibm44x.h 8: asm/ocp.h 12: asm/bootinfo.h - k