On Fri, 4 Jun 2021 09:57:36 + (UTC), Christophe Leroy wrote:
> klimit is a global variable initialised at build time with the
> value of _end.
>
> This variable is never modified, so _end symbol can be used directly.
>
> Remove klimit.
Applied to powerpc/next.
[1/1] powerpc: Remove klimit
On 2021/6/4 17:57, Christophe Leroy wrote:
klimit is a global variable initialised at build time with the
value of _end.
This variable is never modified, so _end symbol can be used directly.
Remove klimit.
Reviewed-by: Kefeng Wang
Signed-off-by: Christophe Leroy
Cc: Kefeng Wang
---
ar
klimit is a global variable initialised at build time with the
value of _end.
This variable is never modified, so _end symbol can be used directly.
Remove klimit.
Signed-off-by: Christophe Leroy
Cc: Kefeng Wang
---
arch/powerpc/include/asm/setup.h | 1 -
arch/powerpc/kernel/head_b