Re: [PATCH v6 12/15] MIPS: JZ4770: Work around config2 misreporting associativity

2018-01-10 Thread James Hogan
On Fri, Jan 05, 2018 at 07:25:10PM +0100, Paul Cercueil wrote: > From: Maarten ter Huurne > > According to config2, the associativity would be 5-ways, but the > documentation states 4-ways, which also matches the documented > L2 cache size of 256 kB. > > Signed-off-by:

Re: [PATCH v6 12/15] MIPS: JZ4770: Work around config2 misreporting associativity

2018-01-10 Thread James Hogan
On Fri, Jan 05, 2018 at 07:25:10PM +0100, Paul Cercueil wrote: > From: Maarten ter Huurne > > According to config2, the associativity would be 5-ways, but the > documentation states 4-ways, which also matches the documented > L2 cache size of 256 kB. > > Signed-off-by: Maarten ter Huurne

[PATCH v6 12/15] MIPS: JZ4770: Work around config2 misreporting associativity

2018-01-05 Thread Paul Cercueil
From: Maarten ter Huurne According to config2, the associativity would be 5-ways, but the documentation states 4-ways, which also matches the documented L2 cache size of 256 kB. Signed-off-by: Maarten ter Huurne --- arch/mips/mm/sc-mips.c | 9

[PATCH v6 12/15] MIPS: JZ4770: Work around config2 misreporting associativity

2018-01-05 Thread Paul Cercueil
From: Maarten ter Huurne According to config2, the associativity would be 5-ways, but the documentation states 4-ways, which also matches the documented L2 cache size of 256 kB. Signed-off-by: Maarten ter Huurne --- arch/mips/mm/sc-mips.c | 9 + 1 file changed, 9 insertions(+) v2: