Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752957AbbEHNUP (ORCPT ); Fri, 8 May 2015 09:20:15 -0400 Received: from terminus.zytor.com ([198.137.202.10]:47964 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752910AbbEHNUL (ORCPT ); Fri, 8 May 2015 09:20:11 -0400 Date: Fri, 8 May 2015 06:19:27 -0700 From: tip-bot for Paul Gortmaker Message-ID: Cc: mingo@kernel.org, hpa@zytor.com, tglx@linutronix.de, bp@alien8.de, cminyard@mvista.com, peterz@infradead.org, paul.gortmaker@windriver.com, linux-kernel@vger.kernel.org Reply-To: linux-kernel@vger.kernel.org, paul.gortmaker@windriver.com, peterz@infradead.org, cminyard@mvista.com, bp@alien8.de, tglx@linutronix.de, hpa@zytor.com, mingo@kernel.org In-Reply-To: <1430174880-27958-2-git-send-email-paul.gortmaker@windriver.com> References: <1430174880-27958-2-git-send-email-paul.gortmaker@windriver.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:sched/core] sched/core: Remove __cpuinit section tag that crept back in Git-Commit-ID: 6a82b60da26bc404a8fca242521d988c437d0611 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 Content-Length: 1784 Lines: 45 Commit-ID: 6a82b60da26bc404a8fca242521d988c437d0611 Gitweb: http://git.kernel.org/tip/6a82b60da26bc404a8fca242521d988c437d0611 Author: Paul Gortmaker AuthorDate: Mon, 27 Apr 2015 18:47:50 -0400 Committer: Ingo Molnar CommitDate: Fri, 8 May 2015 11:54:43 +0200 sched/core: Remove __cpuinit section tag that crept back in We removed __cpuinit support (leaving no-op stubs) quite some time ago. However this one crept back in as of commit a803f0261bb2bb57aab ("sched: Initialize rq->age_stamp on processor start") Since we want to clobber the stubs too, get this removed now. Signed-off-by: Paul Gortmaker Signed-off-by: Peter Zijlstra (Intel) Cc: Borislav Petkov Cc: Corey Minyard Cc: H. Peter Anvin Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1430174880-27958-2-git-send-email-paul.gortmaker@windriver.com Signed-off-by: Ingo Molnar --- kernel/sched/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index fe22f75..43ba765 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -5315,7 +5315,7 @@ static struct notifier_block migration_notifier = { .priority = CPU_PRI_MIGRATION, }; -static void __cpuinit set_cpu_rq_start_time(void) +static void set_cpu_rq_start_time(void) { int cpu = smp_processor_id(); struct rq *rq = cpu_rq(cpu); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/