Browse Source

MIPS: Delete unused definition of SMP_CACHE_SHIFT.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 8 years ago
parent
commit
4437637c32
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/mips/include/asm/cache.h

+ 0 - 1
arch/mips/include/asm/cache.h

@@ -12,7 +12,6 @@
 #define L1_CACHE_SHIFT		CONFIG_MIPS_L1_CACHE_SHIFT
 #define L1_CACHE_SHIFT		CONFIG_MIPS_L1_CACHE_SHIFT
 #define L1_CACHE_BYTES		(1 << L1_CACHE_SHIFT)
 #define L1_CACHE_BYTES		(1 << L1_CACHE_SHIFT)
 
 
-#define SMP_CACHE_SHIFT		L1_CACHE_SHIFT
 #define SMP_CACHE_BYTES		L1_CACHE_BYTES
 #define SMP_CACHE_BYTES		L1_CACHE_BYTES
 
 
 #define __read_mostly __attribute__((__section__(".data..read_mostly")))
 #define __read_mostly __attribute__((__section__(".data..read_mostly")))