Re: [PATCH 2/3] nohz: mark tick_nohz_init_all() as __init

2015-09-24 Thread Frederic Weisbecker
On Thu, Sep 10, 2015 at 03:58:26PM -0400, Luiz Capitulino wrote: > It's only called by tick_nohz_init(). > > Signed-off-by: Luiz Capitulino > --- > kernel/time/tick-sched.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched

[PATCH 2/3] nohz: mark tick_nohz_init_all() as __init

2015-09-10 Thread Luiz Capitulino
It's only called by tick_nohz_init(). Signed-off-by: Luiz Capitulino --- kernel/time/tick-sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 8d45638..4cc6df03 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/tim