Re: [PATCH RESEND 1/2] MIPS: cacheinfo: Add missing VCache

2021-01-04 Thread Thomas Bogendoerfer
On Wed, Dec 30, 2020 at 11:39:48AM +0800, Jiaxun Yang wrote: > Victim Cache is defined by Loongson as per-core unified > private Cache. > Add this into cacheinfo and make cache levels selfincrement > instead of hardcode levels. > > Signed-off-by: Jiaxun Yang > Reviewed-by: Tiezhu Yang > Tested-b

Re: [PATCH RESEND 1/2] MIPS: cacheinfo: Add missing VCache

2020-12-30 Thread Huacai Chen
Hi, Jiaxun, On Wed, Dec 30, 2020 at 11:41 AM Jiaxun Yang wrote: > > Victim Cache is defined by Loongson as per-core unified > private Cache. > Add this into cacheinfo and make cache levels selfincrement > instead of hardcode levels. > > Signed-off-by: Jiaxun Yang > Reviewed-by: Tiezhu Yang > Te

[PATCH RESEND 1/2] MIPS: cacheinfo: Add missing VCache

2020-12-29 Thread Jiaxun Yang
Victim Cache is defined by Loongson as per-core unified private Cache. Add this into cacheinfo and make cache levels selfincrement instead of hardcode levels. Signed-off-by: Jiaxun Yang Reviewed-by: Tiezhu Yang Tested-by: Tiezhu Yang --- arch/mips/kernel/cacheinfo.c | 34 ++

Re: [PATCH RESEND 1/2] MIPS: cacheinfo: Add missing VCache

2020-11-25 Thread Tiezhu Yang
On 11/03/2020 01:40 PM, Jiaxun Yang wrote: 在 2020/8/22 0:55, Thomas Bogendoerfer 写道: On Thu, Aug 20, 2020 at 08:42:49AM +0800, Jiaxun Yang wrote: Victim Cache is defined by Loongson as per-core unified private Cache. Add this into cacheinfo and make cache levels selfincrement instead of hardc

Re: [PATCH RESEND 1/2] MIPS: cacheinfo: Add missing VCache

2020-11-02 Thread Jiaxun Yang
在 2020/8/22 0:55, Thomas Bogendoerfer 写道: On Thu, Aug 20, 2020 at 08:42:49AM +0800, Jiaxun Yang wrote: Victim Cache is defined by Loongson as per-core unified private Cache. Add this into cacheinfo and make cache levels selfincrement instead of hardcode levels. Signed-off-by: Jiaxun Yang --

Re: [PATCH RESEND 1/2] MIPS: cacheinfo: Add missing VCache

2020-08-21 Thread Thomas Bogendoerfer
On Thu, Aug 20, 2020 at 08:42:49AM +0800, Jiaxun Yang wrote: > Victim Cache is defined by Loongson as per-core unified > private Cache. > Add this into cacheinfo and make cache levels selfincrement > instead of hardcode levels. > > Signed-off-by: Jiaxun Yang > --- > arch/mips/kernel/cacheinfo.c

[PATCH RESEND 1/2] MIPS: cacheinfo: Add missing VCache

2020-08-19 Thread Jiaxun Yang
Victim Cache is defined by Loongson as per-core unified private Cache. Add this into cacheinfo and make cache levels selfincrement instead of hardcode levels. Signed-off-by: Jiaxun Yang --- arch/mips/kernel/cacheinfo.c | 34 ++ 1 file changed, 26 insertions(+), 8