Re: [PATCH] arm64: debug: mark a function as __init to save some memory

From: Doug Anderson
Date: Tue Jun 02 2020 - 16:41:13 EST


Hi,

On Sun, May 31, 2020 at 4:00 AM Christophe JAILLET
<christophe.jaillet@xxxxxxxxxx> wrote:
>
> 'debug_monitors_init()' is only called via 'postcore_initcall'.
> It can be marked as __init to save a few bytes of memory.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> arch/arm64/kernel/debug-monitors.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Seems OK to me.

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>