diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2017-03-21 17:14:30 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2017-04-10 05:56:08 -0400 |
| commit | 4437637c3277fa9aba4e443329b5db3b6d34eedf (patch) | |
| tree | 6651c5de135a841846b7dad7c554e547df7bd147 /arch/mips/include/asm/cache.h | |
| parent | 296e46db00731b05c796e4f1db4bfe2e0efd80c1 (diff) | |
MIPS: Delete unused definition of SMP_CACHE_SHIFT.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/cache.h')
| -rw-r--r-- | arch/mips/include/asm/cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/cache.h b/arch/mips/include/asm/cache.h index 99d6632c5047..d7e314b6be09 100644 --- a/arch/mips/include/asm/cache.h +++ b/arch/mips/include/asm/cache.h | |||
| @@ -12,7 +12,6 @@ | |||
| 12 | #define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT | 12 | #define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT |
| 13 | #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) | 13 | #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) |
| 14 | 14 | ||
| 15 | #define SMP_CACHE_SHIFT L1_CACHE_SHIFT | ||
| 16 | #define SMP_CACHE_BYTES L1_CACHE_BYTES | 15 | #define SMP_CACHE_BYTES L1_CACHE_BYTES |
| 17 | 16 | ||
| 18 | #define __read_mostly __attribute__((__section__(".data..read_mostly"))) | 17 | #define __read_mostly __attribute__((__section__(".data..read_mostly"))) |
