From: Ralf Baechle Date: Tue, 21 Mar 2017 21:14:30 +0000 (+0100) Subject: MIPS: Delete unused definition of SMP_CACHE_SHIFT. X-Git-Tag: v4.12-rc1~18^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4437637c3277fa9aba4e443329b5db3b6d34eedf;p=thirdparty%2Flinux.git MIPS: Delete unused definition of SMP_CACHE_SHIFT. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/cache.h b/arch/mips/include/asm/cache.h index 99d6632c50471..d7e314b6be09b 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")))