Re: [patch] powerpc/spufs: remove duplicate SPUFS_CNTL_MAP_SIZE define

2014-06-10 Thread Arnd Bergmann
On Monday 09 June 2014 18:19:17 Dan Carpenter wrote:
 The SPUFS_CNTL_MAP_SIZE define is cut and pasted twice so we can delete
 the second instance.
 
 Signed-off-by: Dan Carpenter dan.carpen...@oracle.com

Acked-by: Arnd Bergmann a...@arndb.de
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

[patch] powerpc/spufs: remove duplicate SPUFS_CNTL_MAP_SIZE define

2014-06-09 Thread Dan Carpenter
The SPUFS_CNTL_MAP_SIZE define is cut and pasted twice so we can delete
the second instance.

Signed-off-by: Dan Carpenter dan.carpen...@oracle.com

diff --git a/arch/powerpc/platforms/cell/spufs/spufs.h 
b/arch/powerpc/platforms/cell/spufs/spufs.h
index 0ba3c95..bcfd6f0 100644
--- a/arch/powerpc/platforms/cell/spufs/spufs.h
+++ b/arch/powerpc/platforms/cell/spufs/spufs.h
@@ -35,7 +35,6 @@
 #define SPUFS_PS_MAP_SIZE  0x2
 #define SPUFS_MFC_MAP_SIZE 0x1000
 #define SPUFS_CNTL_MAP_SIZE0x1000
-#define SPUFS_CNTL_MAP_SIZE0x1000
 #define SPUFS_SIGNAL_MAP_SIZE  PAGE_SIZE
 #define SPUFS_MSS_MAP_SIZE 0x1000
 
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [patch] powerpc/spufs: remove duplicate SPUFS_CNTL_MAP_SIZE define

2014-06-09 Thread Jeremy Kerr
Hi Dan,

 The SPUFS_CNTL_MAP_SIZE define is cut and pasted twice so we can delete
 the second instance.

Looks good to me.

Acked-by: Jeremy Kerr j...@ozlabs.org

Cheers,


Jeremy
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev