linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Bug report: CELL on linux-2.6.19-git7 won't build,
@ 2006-12-06 19:27 Linas Vepstas
  2006-12-06 19:45 ` Geoff Levand
  0 siblings, 1 reply; 4+ messages in thread
From: Linas Vepstas @ 2006-12-06 19:27 UTC (permalink / raw)
  To: Geoff Levand, Arnd Bergmann; +Cc: linuxppc-dev


Hi Arnd, Geoff,

At this time, linux-2.6.19-git7 won't build when CELL is enabled, with the error

  CHECK   include/asm/spu_info.h
/kernels/kernel.org/linux-2.6.19-git7/usr/include/asm/spu_info.h requires asm/spu.h, which does not exist in exported headers

So I modified include/asm-powerpc/Kbuild only to get

  CHECK   include/asm/spu.h
/kernels/kernel.org/linux-2.6.19-git7/usr/include/asm/spu.h requires linux/workqueue.h, which does not exist in exported
headers

So I stripped everything out. I'm not sure what the correct fix is
suposed to be.

--linas

----
 include/asm-powerpc/Kbuild |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: linux-2.6.19-git7/include/asm-powerpc/Kbuild
===================================================================
--- linux-2.6.19-git7.orig/include/asm-powerpc/Kbuild	2006-12-05 17:11:02.000000000 -0600
+++ linux-2.6.19-git7/include/asm-powerpc/Kbuild	2006-12-06 13:13:08.000000000 -0600
@@ -17,7 +17,8 @@ header-y += ipc.h
 header-y += poll.h
 header-y += shmparam.h
 header-y += sockios.h
-header-y += spu_info.h
+# header-y += spu_info.h
+# header-y += spu.h
 header-y += ucontext.h
 header-y += ioctl.h
 header-y += linkage.h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-07 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 19:27 Bug report: CELL on linux-2.6.19-git7 won't build, Linas Vepstas
2006-12-06 19:45 ` Geoff Levand
2006-12-06 20:01   ` Linas Vepstas
2006-12-07 14:34     ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).