Re: 2.6.9-rc1-mm1 ppc build broken

From: Roland McGrath
Date: Mon Aug 30 2004 - 18:50:36 EST


> The problem seems to be related to the addition of the
> linux/resource.h header file in
> include/asm-generic/siginfo.h for the new _rusage
> field.

This is creating a circularity on ppc that others don't have apparently.

> CC arch/ppc/kernel/asm-offsets.s
> In file included from include/linux/mm.h:4,

> from include/asm/io.h:7,
> from include/linux/timex.h:61,

This #include link here is the issue. Vanilla linux/timex.h does not have
the #include <asm/io.h>. On other machines, <asm/io.h> does not include
<linux/mm.h>, so you don't get into the problem with sched.h.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/