projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf9c7f
)
ARM: l2c: kill L2X0_AUX_CTRL_MASK before anyone else makes use of this
author
Russell King
<
[email protected]
>
Wed, 19 Mar 2014 12:24:42 +0000
(12:24 +0000)
committer
Russell King
<
[email protected]
>
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 <
[email protected]
>
arch/arm/include/asm/hardware/cache-l2x0.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/hardware/cache-l2x0.h
b/arch/arm/include/asm/hardware/cache-l2x0.h
index b3ee122c6f24ff5fa1ff1baa765386c6df1ed193..84bbd31b89103d0b7de8ea9546919562c60591bf 100644
(file)
--- a/
arch/arm/include/asm/hardware/cache-l2x0.h
+++ b/
arch/arm/include/asm/hardware/cache-l2x0.h
@@
-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)