Title: [3886] trunk/include/asm-blackfin: remove silly (and in the case of BF52x, broken) checks on processors for L1_SCRATCH defines
Revision
3886
Author
vapier
Date
2007-11-18 01:13:03 -0600 (Sun, 18 Nov 2007)

Log Message

remove silly (and in the case of BF52x, broken) checks on processors for L1_SCRATCH defines

Diffstat

 mach-bf527/mem_map.h |    2 --
 mach-bf533/mem_map.h |    2 --
 mach-bf537/mem_map.h |    2 --
 mach-bf548/mem_map.h |    2 --
 mach-bf561/mem_map.h |    2 --
 5 files changed, 10 deletions(-)

Modified Paths

Diff

Modified: trunk/include/asm-blackfin/mach-bf527/mem_map.h (3885 => 3886)


--- trunk/include/asm-blackfin/mach-bf527/mem_map.h	2007-11-18 06:15:59 UTC (rev 3885)
+++ trunk/include/asm-blackfin/mach-bf527/mem_map.h	2007-11-18 07:13:03 UTC (rev 3886)
@@ -90,9 +90,7 @@
 
 /* Scratch Pad Memory */
 
-#if defined(CONFIG_BF527) || defined(CONFIG_BF536) || defined(CONFIG_BF534)
 #define L1_SCRATCH_START	0xFFB00000
 #define L1_SCRATCH_LENGTH	0x1000
-#endif
 
 #endif				/* _MEM_MAP_527_H_ */

Modified: trunk/include/asm-blackfin/mach-bf533/mem_map.h (3885 => 3886)


--- trunk/include/asm-blackfin/mach-bf533/mem_map.h	2007-11-18 06:15:59 UTC (rev 3885)
+++ trunk/include/asm-blackfin/mach-bf533/mem_map.h	2007-11-18 07:13:03 UTC (rev 3886)
@@ -160,9 +160,7 @@
 
 /* Scratch Pad Memory */
 
-#if defined(CONFIG_BF533) || defined(CONFIG_BF532) || defined(CONFIG_BF531)
 #define L1_SCRATCH_START	0xFFB00000
 #define L1_SCRATCH_LENGTH	0x1000
-#endif
 
 #endif				/* _MEM_MAP_533_H_ */

Modified: trunk/include/asm-blackfin/mach-bf537/mem_map.h (3885 => 3886)


--- trunk/include/asm-blackfin/mach-bf537/mem_map.h	2007-11-18 06:15:59 UTC (rev 3885)
+++ trunk/include/asm-blackfin/mach-bf537/mem_map.h	2007-11-18 07:13:03 UTC (rev 3886)
@@ -167,9 +167,7 @@
 
 /* Scratch Pad Memory */
 
-#if defined(CONFIG_BF537) || defined(CONFIG_BF536) || defined(CONFIG_BF534)
 #define L1_SCRATCH_START	0xFFB00000
 #define L1_SCRATCH_LENGTH	0x1000
-#endif
 
 #endif				/* _MEM_MAP_537_H_ */

Modified: trunk/include/asm-blackfin/mach-bf548/mem_map.h (3885 => 3886)


--- trunk/include/asm-blackfin/mach-bf548/mem_map.h	2007-11-18 06:15:59 UTC (rev 3885)
+++ trunk/include/asm-blackfin/mach-bf548/mem_map.h	2007-11-18 07:13:03 UTC (rev 3886)
@@ -89,9 +89,7 @@
 
 /* Scratch Pad Memory */
 
-#if defined(CONFIG_BF54x)
 #define L1_SCRATCH_START	0xFFB00000
 #define L1_SCRATCH_LENGTH	0x1000
-#endif
 
 #endif/* _MEM_MAP_548_H_ */

Modified: trunk/include/asm-blackfin/mach-bf561/mem_map.h (3885 => 3886)


--- trunk/include/asm-blackfin/mach-bf561/mem_map.h	2007-11-18 06:15:59 UTC (rev 3885)
+++ trunk/include/asm-blackfin/mach-bf561/mem_map.h	2007-11-18 07:13:03 UTC (rev 3886)
@@ -67,9 +67,7 @@
 
 /* Scratch Pad Memory */
 
-#if defined(CONFIG_BF561)
 #define L1_SCRATCH_START	0xFFB00000
 #define L1_SCRATCH_LENGTH	0x1000
-#endif
 
 #endif				/* _MEM_MAP_533_H_ */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to