Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4664957b authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] unexport idle_cpu



I didn't find any possible modular usage in the kernel.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 49369673
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3563,8 +3563,6 @@ int idle_cpu(int cpu)
	return cpu_curr(cpu) == cpu_rq(cpu)->idle;
}

EXPORT_SYMBOL_GPL(idle_cpu);

/**
 * idle_task - return the idle task for a given cpu.
 * @cpu: the processor in question.