diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-03-21 22:14:30 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-04-10 11:56:08 +0200 |
commit | 4437637c3277fa9aba4e443329b5db3b6d34eedf (patch) | |
tree | 6651c5de135a841846b7dad7c554e547df7bd147 /arch/mips | |
parent | 296e46db00731b05c796e4f1db4bfe2e0efd80c1 (diff) | |
download | talos-op-linux-4437637c3277fa9aba4e443329b5db3b6d34eedf.tar.gz talos-op-linux-4437637c3277fa9aba4e443329b5db3b6d34eedf.zip |
MIPS: Delete unused definition of SMP_CACHE_SHIFT.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-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 @@ #define L1_CACHE_SHIFT CONFIG_MIPS_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 __read_mostly __attribute__((__section__(".data..read_mostly"))) |