powerpc.git tree now on kernel.org
Paul Mackerras
paulus at samba.org
Wed Nov 16 19:31:09 EST 2005
Christoph Hellwig writes:
> Please make sure at least all patches required to kill arch/ppc64 and
> include/asm-ppc64 go to Linus. If 2.6.15 released with the include3
> hack that would mean endless pain to people building external modules
> and the distributions trying to support that.
Yes, that is my intention. For 2.6.15, at this stage, some of the
header files might end up looking like:
#ifdef CONFIG_PPC32
#include <asm-ppc/foo.h>
#else
/* contents of asm-ppc64/foo.h */
#endif
if it looks like doing a proper merge will require too many changes.
But at least it gets the files out of include/asm-ppc64.
Paul.
More information about the Linuxppc64-dev
mailing list