public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Li Zefan <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org,
	peterz@infradead.org, tglx@linutronix.de, lizefan@huawei.com
Subject: [tip:sched/core] sched/rt: Make init_sched_rt_calss() __init
Date: Sat, 22 Feb 2014 10:03:13 -0800	[thread overview]
Message-ID: <tip-11c785b79ef2a669e4bf7be5cf2c3904b8fed015@git.kernel.org> (raw)
In-Reply-To: <52F5CC09.1080502@huawei.com>

Commit-ID:  11c785b79ef2a669e4bf7be5cf2c3904b8fed015
Gitweb:     http://git.kernel.org/tip/11c785b79ef2a669e4bf7be5cf2c3904b8fed015
Author:     Li Zefan <lizefan@huawei.com>
AuthorDate: Sat, 8 Feb 2014 14:17:45 +0800
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Sat, 22 Feb 2014 18:11:10 +0100

sched/rt: Make init_sched_rt_calss() __init

It's a bootstrap function.

Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/52F5CC09.1080502@huawei.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/sched/rt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c
index 3e488ca..4d4b386 100644
--- a/kernel/sched/rt.c
+++ b/kernel/sched/rt.c
@@ -1849,7 +1849,7 @@ static void switched_from_rt(struct rq *rq, struct task_struct *p)
 		resched_task(rq->curr);
 }
 
-void init_sched_rt_class(void)
+void __init init_sched_rt_class(void)
 {
 	unsigned int i;
 

  parent reply	other threads:[~2014-02-22 18:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-08  6:17 [PATCH 1/2] sched/rt: Remove leaf_rt_rq_list from struct rq Li Zefan
2014-02-08  6:17 ` [PATCH 2/2] sched/rt: Make init_sched_rt_calss() __init Li Zefan
2014-02-21 21:32   ` [tip:sched/core] " tip-bot for Li Zefan
2014-02-22 18:03   ` tip-bot for Li Zefan [this message]
2014-02-21 21:32 ` [tip:sched/core] sched/rt: Remove leaf_rt_rq_list from struct rq tip-bot for Li Zefan
2014-02-22 18:03 ` [tip:sched/core] sched/rt: Remove 'leaf_rt_rq_list' from ' struct rq' tip-bot for Li Zefan

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=tip-11c785b79ef2a669e4bf7be5cf2c3904b8fed015@git.kernel.org \
    --to=tipbot@zytor.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    /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