rpms/kernel/devel linux-2.6-compile-fixes.patch,1.61,1.62

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Apr 1 02:54:14 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20475

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
more compile fixes for cell


linux-2.6-compile-fixes.patch:
 spu_callbacks.c |    1 +
 spufs/run.c     |    1 +
 2 files changed, 2 insertions(+)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- linux-2.6-compile-fixes.patch	30 Mar 2006 20:48:41 -0000	1.61
+++ linux-2.6-compile-fixes.patch	1 Apr 2006 02:54:10 -0000	1.62
@@ -8,3 +8,13 @@
  
  #include "spufs.h"
  
+--- linux-2.6.16.noarch/arch/powerpc/platforms/cell/spu_callbacks.c~	2006-03-31 21:53:04.000000000 -0500
++++ linux-2.6.16.noarch/arch/powerpc/platforms/cell/spu_callbacks.c	2006-03-31 21:53:43.000000000 -0500
+@@ -316,6 +316,7 @@ void *spu_syscall_table[] = {
+ 	[__NR_pselect6]			sys_ni_syscall, /* sys_pselect */
+ 	[__NR_ppoll]			sys_ni_syscall, /* sys_ppoll */
+ 	[__NR_unshare]			sys_unshare,
++	[__NR_splice]			sys_splice,
+ };
+ 
+ long spu_sys_callback(struct spu_syscall_block *s)




More information about the fedora-cvs-commits mailing list