From: Randy Dunlap <rdunlap@infradead.org>
To: Bing Huang <huangbing775@126.com>,
rostedt@goodmis.org, dietmar.eggemann@arm.com
Cc: brauner@kernel.org, bristot@redhat.com, bsegall@google.com,
juri.lelli@redhat.com, linux-kernel@vger.kernel.org,
mgorman@suse.de, mingo@redhat.com, peterz@infradead.org,
vincent.guittot@linaro.org
Subject: Re: [PATCH RESEND] sched/topology: Add __init for init_defrootdomain
Date: Mon, 5 Sep 2022 13:34:55 -0700 [thread overview]
Message-ID: <8d77cc18-3465-9f9c-e177-857fa6ec4d82@infradead.org> (raw)
In-Reply-To: <20220831093927.5904-1-huangbing775@126.com>
On 8/31/22 02:39, Bing Huang wrote:
> From: Bing Huang <huangbing@kylinos.cn>
>
> init_defrootdomain is only used in initialization
>
> Signed-off-by: Bing Huang <huangbing@kylinos.cn>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> kernel/sched/sched.h | 2 +-
> kernel/sched/topology.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
> index b0bf2287dd9d..cd761f1fc60c 100644
> --- a/kernel/sched/sched.h
> +++ b/kernel/sched/sched.h
> @@ -883,7 +883,7 @@ struct root_domain {
> struct perf_domain __rcu *pd;
> };
>
> -extern void init_defrootdomain(void);
> +extern void __init init_defrootdomain(void);
> extern int sched_init_domains(const struct cpumask *cpu_map);
> extern void rq_attach_root(struct rq *rq, struct root_domain *rd);
> extern void sched_get_rd(struct root_domain *rd);
> diff --git a/kernel/sched/topology.c b/kernel/sched/topology.c
> index 8739c2a5a54e..dea9fa39e7c0 100644
> --- a/kernel/sched/topology.c
> +++ b/kernel/sched/topology.c
> @@ -578,7 +578,7 @@ static int init_rootdomain(struct root_domain *rd)
> */
> struct root_domain def_root_domain;
>
> -void init_defrootdomain(void)
> +void __init init_defrootdomain(void)
> {
> init_rootdomain(&def_root_domain);
>
--
~Randy
next prev parent reply other threads:[~2022-09-05 20:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-31 9:39 Bing Huang
2022-09-05 20:34 ` Randy Dunlap [this message]
2022-09-07 0:37 ` Steven Rostedt
2022-09-09 6:22 ` Bing Huang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8d77cc18-3465-9f9c-e177-857fa6ec4d82@infradead.org \
--to=rdunlap@infradead.org \
--cc=brauner@kernel.org \
--cc=bristot@redhat.com \
--cc=bsegall@google.com \
--cc=dietmar.eggemann@arm.com \
--cc=huangbing775@126.com \
--cc=juri.lelli@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mgorman@suse.de \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=vincent.guittot@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®