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

2020-06-04 Thread Will Deacon
On Sun, 31 May 2020 13:00:15 +0200, Christophe JAILLET wrote: > 'debug_monitors_init()' is only called via 'postcore_initcall'. > It can be marked as __init to save a few bytes of memory. Applied to arm64 (for-next/core), thanks! [1/1] arm64: debug: mark a function as __init to save some memory

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

2020-06-02 Thread Doug Anderson
Hi, On Sun, May 31, 2020 at 4:00 AM Christophe JAILLET 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 > --- > arch/arm64/kernel/debug-monitors.c | 2 +- > 1 file

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

2020-05-31 Thread Christophe JAILLET
'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 --- arch/arm64/kernel/debug-monitors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git