Re: [PATCH v4 12/22] MIPS: Get rid of CONFIG_NO_EXCEPT_FILL
From: Sergey Shtylyov
Date: Fri Dec 08 2023 - 12:03:06 EST
On 12/8/23 7:12 PM, Gregory CLEMENT wrote:
> From: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
>
> NO_EXCEPT_FILL is used to indicate platform that does not
> need to reserve ebase memory at start of kernel.
>
> This is true for all R2+ platform as they allocate ebase
> memory on fly, and also true for any platform that does
On the fly?
> not load kernel at start of physical memory.
> Using
> Get rid this Kconfig symbol by use macro to detect conditions
Using.
> above.
>
> gc: use KSEG0 only for 32 bit configuration
> Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
[...]
MBR, Sergey