Re: [PATCH] powerpc: Remove klimit

2021-06-26 Thread Michael Ellerman
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

Re: [PATCH] powerpc: Remove klimit

2021-06-04 Thread Kefeng Wang
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

[PATCH] powerpc: Remove klimit

2021-06-04 Thread Christophe Leroy
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