diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-03-19 08:24:42 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-05-29 19:50:32 -0400 |
commit | 851d6d7117b97d72a0ae84a4d6640d310ea63d1b (patch) | |
tree | 5ace86b1af0e4ad4d75dc440304272792aaf1f60 /arch/arm/include/asm/hardware/cache-l2x0.h | |
parent | dcf9c7f9f4c5acd9ea72782263d2d76bbeadd9f7 (diff) |
ARM: l2c: kill L2X0_AUX_CTRL_MASK before anyone else makes use of this
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>
Diffstat (limited to 'arch/arm/include/asm/hardware/cache-l2x0.h')
-rw-r--r-- | arch/arm/include/asm/hardware/cache-l2x0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h b/arch/arm/include/asm/hardware/cache-l2x0.h index b3ee122c6f24..84bbd31b8910 100644 --- a/arch/arm/include/asm/hardware/cache-l2x0.h +++ b/arch/arm/include/asm/hardware/cache-l2x0.h | |||
@@ -87,7 +87,6 @@ | |||
87 | #define L310_CACHE_ID_RTL_R3P2 0x08 | 87 | #define L310_CACHE_ID_RTL_R3P2 0x08 |
88 | #define L310_CACHE_ID_RTL_R3P3 0x09 | 88 | #define L310_CACHE_ID_RTL_R3P3 0x09 |
89 | 89 | ||
90 | #define L2X0_AUX_CTRL_MASK 0xc0000fff | ||
91 | /* L2C auxiliary control register - bits common to L2C-210/220/310 */ | 90 | /* L2C auxiliary control register - bits common to L2C-210/220/310 */ |
92 | #define L2C_AUX_CTRL_WAY_SIZE_SHIFT 17 | 91 | #define L2C_AUX_CTRL_WAY_SIZE_SHIFT 17 |
93 | #define L2C_AUX_CTRL_WAY_SIZE_MASK (7 << 17) | 92 | #define L2C_AUX_CTRL_WAY_SIZE_MASK (7 << 17) |