aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mm/cache-l2x0.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mm/cache-l2x0.c b/arch/arm/mm/cache-l2x0.c
index ae6e71b3295c..415efc3bee0d 100644
--- a/arch/arm/mm/cache-l2x0.c
+++ b/arch/arm/mm/cache-l2x0.c
@@ -765,6 +765,8 @@ static void __init __l2c_init(const struct l2c_init_data *data,
765 /* Determine the number of ways */ 765 /* Determine the number of ways */
766 switch (cache_id & L2X0_CACHE_ID_PART_MASK) { 766 switch (cache_id & L2X0_CACHE_ID_PART_MASK) {
767 case L2X0_CACHE_ID_PART_L310: 767 case L2X0_CACHE_ID_PART_L310:
768 if ((aux_val | ~aux_mask) & (L2C_AUX_CTRL_WAY_SIZE_MASK | L310_AUX_CTRL_ASSOCIATIVITY_16))
769 pr_warn("L2C: DT/platform tries to modify or specify cache size\n");
768 if (aux & (1 << 16)) 770 if (aux & (1 << 16))
769 ways = 16; 771 ways = 16;
770 else 772 else