diff options
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/hardware/cache-l2x0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h b/arch/arm/include/asm/hardware/cache-l2x0.h index d833355569cb..4633d2a8817a 100644 --- a/arch/arm/include/asm/hardware/cache-l2x0.h +++ b/arch/arm/include/asm/hardware/cache-l2x0.h | |||
@@ -55,6 +55,7 @@ | |||
55 | #define L2X0_CACHE_ID_PART_MASK (0xf << 6) | 55 | #define L2X0_CACHE_ID_PART_MASK (0xf << 6) |
56 | #define L2X0_CACHE_ID_PART_L210 (1 << 6) | 56 | #define L2X0_CACHE_ID_PART_L210 (1 << 6) |
57 | #define L2X0_CACHE_ID_PART_L310 (3 << 6) | 57 | #define L2X0_CACHE_ID_PART_L310 (3 << 6) |
58 | #define L2X0_AUX_CTRL_WAY_SIZE_MASK (0x3 << 17) | ||
58 | 59 | ||
59 | #ifndef __ASSEMBLY__ | 60 | #ifndef __ASSEMBLY__ |
60 | extern void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask); | 61 | extern void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask); |