All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] powerpc/spufs: remove duplicate SPUFS_CNTL_MAP_SIZE define
@ 2014-06-09 15:19 ` Dan Carpenter
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Carpenter @ 2014-06-09 15:19 UTC (permalink / raw)
  To: Jeremy Kerr
  Cc: cbe-oss-dev, Arnd Bergmann, kernel-janitors, Paul Mackerras,
	linuxppc-dev

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

Signed-off-by: Dan Carpenter <dan.carpenter@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	0x20000
 #define SPUFS_MFC_MAP_SIZE	0x1000
 #define SPUFS_CNTL_MAP_SIZE	0x1000
-#define SPUFS_CNTL_MAP_SIZE	0x1000
 #define SPUFS_SIGNAL_MAP_SIZE	PAGE_SIZE
 #define SPUFS_MSS_MAP_SIZE	0x1000
 

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

end of thread, other threads:[~2014-06-10  7:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 15:19 [patch] powerpc/spufs: remove duplicate SPUFS_CNTL_MAP_SIZE define Dan Carpenter
2014-06-09 15:19 ` Dan Carpenter
2014-06-09 23:09 ` Jeremy Kerr
2014-06-09 23:09   ` Jeremy Kerr
2014-06-10  7:55 ` Arnd Bergmann
2014-06-10  7:55   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.