From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753851AbaBVSDs (ORCPT ); Sat, 22 Feb 2014 13:03:48 -0500 Received: from terminus.zytor.com ([198.137.202.10]:41353 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752939AbaBVSDq (ORCPT ); Sat, 22 Feb 2014 13:03:46 -0500 Date: Sat, 22 Feb 2014 10:03:13 -0800 From: tip-bot for Li Zefan Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, peterz@infradead.org, tglx@linutronix.de, lizefan@huawei.com Reply-To: mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, peterz@infradead.org, tglx@linutronix.de, lizefan@huawei.com In-Reply-To: <52F5CC09.1080502@huawei.com> References: <52F5CC09.1080502@huawei.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:sched/core] sched/rt: Make init_sched_rt_calss() __init Git-Commit-ID: 11c785b79ef2a669e4bf7be5cf2c3904b8fed015 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 11c785b79ef2a669e4bf7be5cf2c3904b8fed015 Gitweb: http://git.kernel.org/tip/11c785b79ef2a669e4bf7be5cf2c3904b8fed015 Author: Li Zefan AuthorDate: Sat, 8 Feb 2014 14:17:45 +0800 Committer: Ingo Molnar 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 Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/52F5CC09.1080502@huawei.com Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- 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;