Re: [PATCH 0/3 v2] Remove need for include/asm-ppc
From: Arnd Bergmann <arnd@arndb.de>
Date: 2007-08-21 12:44:37
On Tuesday 21 August 2007, David Gibson wrote:
=20quoted
quoted
quoted
The point would be to keep the two trees separate, so that one doesn't need to worry about breaking arch/ppc when making a change to arch/powerpc.=20 Exactly so. =A0Having to be careful about not breaking arch/ppc when doing cleanups for arch/powerpc is a pain in the bum.=20 How many times has that happened recently? =A0If it's fairly infrequent,=20 It's infrequent because I've shyed away from cleaning up shared files, precisely because I'm afraid of breaking arch/ppc.
How about splitting the files on a per-case bases then? There are at least 95 files that would need to be duplicated (again) to make ppc independent from powerpc, and most of these files are about userland interfaces where duplication makes no sense at all. Some files in there (irq.h, ipic.h, dcr.h, i8259.h) already have large parts hidden in #ifdef CONFIG_PPC_MERGE, so I guess for those it may actually be interesting to split them in two again. Arnd <><