sched/core: remove __cpuinit section tag that crept back in.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 17 Jan 2015 21:37:53 +0000 (16:37 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:22 +0000 (14:12 -0400)
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.

Cc: Corey Minyard <cminyard@mvista.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
kernel/sched/core.c

index 123673291ffbb160734ed889b934d557611a1cf1..3c21c32c7b3cae6f76e26d632d1ea36912be4074 100644 (file)
@@ -5314,7 +5314,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);
This page took 0.032606 seconds and 5 git commands to generate.