please pull the powerpc-merge.git tree
Linus Torvalds
torvalds at osdl.org
Sat Nov 12 07:13:59 EST 2005
On Fri, 11 Nov 2005, Linus Torvalds wrote:
>
> This doesn't work at _all_ for me. I get an immediate
>
> arch/ppc64/kernel/asm-offsets.c:38:27: error: asm/systemcfg.h: No such file or directory
> arch/ppc64/kernel/asm-offsets.c: In function 'main':
> arch/ppc64/kernel/asm-offsets.c:176: error: invalid use of undefined type 'struct systemcfg'
> ...
>
> for some reason.
The reason being that we have both a
arch/ppc64/kernel/asm-offsets.c
_and_ a
arch/powerpc/kernel/asm-offsets.c
and it looks like the ppc64 one is bogus.
I assume that people are testing with "make ARCH=powerpc" and never
noticed that the old (and default) "ARCH=ppc64" doesn't work any more?
Could somebody fix this please?
Linus
More information about the Linuxppc64-dev
mailing list