ARM: l2c: kill L2X0_AUX_CTRL_MASK before anyone else makes use of this
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 19 Mar 2014 12:24:42 +0000 (12:24 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 May 2014 23:50:32 +0000 (00:50 +0100)
L2X0_AUX_CTRL_MASK is not useful for PL310s.  It would be better if
people thought about their value for this rather than cargo-cult
programming.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/hardware/cache-l2x0.h

index b3ee122c6f24ff5fa1ff1baa765386c6df1ed193..84bbd31b89103d0b7de8ea9546919562c60591bf 100644 (file)
@@ -87,7 +87,6 @@
 #define L310_CACHE_ID_RTL_R3P2         0x08
 #define L310_CACHE_ID_RTL_R3P3         0x09
 
-#define L2X0_AUX_CTRL_MASK                     0xc0000fff
 /* L2C auxiliary control register - bits common to L2C-210/220/310 */
 #define L2C_AUX_CTRL_WAY_SIZE_SHIFT            17
 #define L2C_AUX_CTRL_WAY_SIZE_MASK             (7 << 17)
This page took 0.026418 seconds and 5 git commands to generate.