rpms/kernel/devel kernel-2.6.spec, 1.2133, 1.2134 linux-2.6-compile-fixes.patch, 1.67, 1.68

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Apr 16 23:07:37 UTC 2006


Author: davej

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

Modified Files:
	kernel-2.6.spec linux-2.6-compile-fixes.patch 
Log Message:
fix ppc build



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2133
retrieving revision 1.2134
diff -u -r1.2133 -r1.2134
--- kernel-2.6.spec	16 Apr 2006 22:58:48 -0000	1.2133
+++ kernel-2.6.spec	16 Apr 2006 23:07:33 -0000	1.2134
@@ -1009,7 +1009,7 @@
 #
 # misc small stuff to make things compile or otherwise improve performance
 #
-#%patch10000 -p1
+%patch10000 -p1
 
 # Small 1-2 liners fixing silly bugs that get pushed upstream quickly.
 %patch10001 -p1

linux-2.6-compile-fixes.patch:
 spu_callbacks.c |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- linux-2.6-compile-fixes.patch	16 Apr 2006 22:58:48 -0000	1.67
+++ linux-2.6-compile-fixes.patch	16 Apr 2006 23:07:34 -0000	1.68
@@ -0,0 +1,10 @@
+--- linux-2.6.16.noarch/arch/powerpc/platforms/cell/spu_callbacks.c~	2006-04-16 18:06:07.000000000 -0500
++++ linux-2.6.16.noarch/arch/powerpc/platforms/cell/spu_callbacks.c	2006-04-16 18:07:12.000000000 -0500
+@@ -317,6 +317,7 @@ void *spu_syscall_table[] = {
+ 	[__NR_ppoll]			sys_ni_syscall, /* sys_ppoll */
+ 	[__NR_unshare]			sys_unshare,
+ 	[__NR_splice]			sys_splice,
++	[__NR_tee]			sys_tee,
+ };
+ 
+ long spu_sys_callback(struct spu_syscall_block *s)




More information about the fedora-cvs-commits mailing list