Re: [PATCH v4 05/22] MIPS: Fix set_uncached_handler for ebase in XKPHYS

From: Sergey Shtylyov
Date: Fri Dec 08 2023 - 12:22:54 EST


On 12/8/23 7:12 PM, Gregory CLEMENT wrote:

> From: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
>
> ebase may be in XKPHYS if memblock unable to allocate memory

Is unable...

> within KSEG0 physical range.
>
> To map ebase into uncached space we just convert it back to
> physical address and then use platform's TO_UNCAC helper
> to create mapping.
>
> Co-developed-by: Vladimir Kondratiev <vladimir.kondratiev@xxxxxxxxx>
> Signed-off-by: Vladimir Kondratiev <vladimir.kondratiev@xxxxxxxxx>
> Co-developed-by: Gregory CLEMENT <gregory.clement@xxxxxxxxxxx>
> Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
> Signed-off-by: Gregory CLEMENT <gregory.clement@xxxxxxxxxxx>

Hm, too many developers for such simple patch... :-)

[...]

MBR, Sergey