rpms/kernel/devel linux-2.6-ps3-wrap-spu-runctl.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Apr 21 22:15:48 UTC 2007


Author: dwmw2

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

Modified Files:
	linux-2.6-ps3-wrap-spu-runctl.patch 
Log Message:
fix warning

linux-2.6-ps3-wrap-spu-runctl.patch:
 arch/powerpc/platforms/cell/spu_base.c          |    1 +
 arch/powerpc/platforms/cell/spu_manage.c        |   15 +++++++++++++++
 arch/powerpc/platforms/cell/spufs/backing_ops.c |    6 ++++++
 arch/powerpc/platforms/cell/spufs/hw_ops.c      |   10 ++++++++++
 arch/powerpc/platforms/cell/spufs/run.c         |    4 ++--
 arch/powerpc/platforms/cell/spufs/spufs.h       |    1 +
 arch/powerpc/platforms/ps3/spu.c                |   14 ++++++++++++++
 include/asm-powerpc/spu_priv1.h                 |   15 +++++++++++++++
 8 files changed, 64 insertions(+), 2 deletions(-)

Index: linux-2.6-ps3-wrap-spu-runctl.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-ps3-wrap-spu-runctl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-ps3-wrap-spu-runctl.patch	20 Apr 2007 19:08:45 -0000	1.1
+++ linux-2.6-ps3-wrap-spu-runctl.patch	21 Apr 2007 22:15:46 -0000	1.2
@@ -188,6 +188,14 @@
  /* spu_priv1_ops */
 --- ps3-linux-dev.orig/include/asm-powerpc/spu_priv1.h
 +++ ps3-linux-dev/include/asm-powerpc/spu_priv1.h
+@@ -24,6 +24,7 @@
+ #include <linux/types.h>
+ 
+ struct spu;
++struct spu_context;
+ 
+ /* access to priv1 registers */
+ 
 @@ -178,6 +178,8 @@ struct spu_management_ops {
  	int (*enumerate_spus)(int (*fn)(void *data));
  	int (*create_spu)(struct spu *spu, void *data);




More information about the fedora-cvs-commits mailing list