lkml.org 
[lkml]   [2004]   [Aug]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.9-rc1-mm1 ppc build broken
> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:05    [from the cache]
©2003-2011 Jasper Spaans