
dhillf at gmail
May 22, 2012, 5:43 AM
Post #1 of 1
(30 views)
Permalink
|
|
Re: BFS 420: cleanup wake_up_idle_cpu
|
|
It should go with CONFIG_NO_HZ, so remove the lost orphan. --- a/kernel/sched/bfs.c Mon May 14 20:50:38 2012 +++ b/kernel/sched/bfs.c Tue May 22 19:56:06 2012 @@ -2813,7 +2813,6 @@ static void task_running_tick(struct rq grq_unlock(); } -void wake_up_idle_cpu(int cpu); /* * This function gets called by the timer code, with HZ frequency. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|