diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-07 04:01:42 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:54:07 -0500 |
commit | 4664957b8ec78533f542900cecf7c38fbdc0d8da (patch) | |
tree | 57b34a69db7d00b35ff358d83bff50a0ebbb82ea /kernel | |
parent | 4936967374c1ad0eb3b734f24875e2484c3786cc (diff) |
[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>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 013f1448006b..3ce26954be12 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -3563,8 +3563,6 @@ int idle_cpu(int cpu) | |||
3563 | return cpu_curr(cpu) == cpu_rq(cpu)->idle; | 3563 | return cpu_curr(cpu) == cpu_rq(cpu)->idle; |
3564 | } | 3564 | } |
3565 | 3565 | ||
3566 | EXPORT_SYMBOL_GPL(idle_cpu); | ||
3567 | |||
3568 | /** | 3566 | /** |
3569 | * idle_task - return the idle task for a given cpu. | 3567 | * idle_task - return the idle task for a given cpu. |
3570 | * @cpu: the processor in question. | 3568 | * @cpu: the processor in question. |