[PATCH] unexport idle_cpu
I didn't find any possible modular usage in the kernel. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
4936967374
commit
4664957b8e
@@ -3563,8 +3563,6 @@ int idle_cpu(int cpu)
|
|||||||
return cpu_curr(cpu) == cpu_rq(cpu)->idle;
|
return cpu_curr(cpu) == cpu_rq(cpu)->idle;
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT_SYMBOL_GPL(idle_cpu);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* idle_task - return the idle task for a given cpu.
|
* idle_task - return the idle task for a given cpu.
|
||||||
* @cpu: the processor in question.
|
* @cpu: the processor in question.
|
||||||
|
Reference in New Issue
Block a user