summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
authorAdrian Bunk2005-11-07 10:01:42 +0100
committerLinus Torvalds2005-11-07 16:54:07 +0100
commit4664957b8ec78533f542900cecf7c38fbdc0d8da (patch)
tree57b34a69db7d00b35ff358d83bff50a0ebbb82ea /kernel/sched.c
parent[PATCH] mm/swap_state.c: unexport swapper_space (diff)
downloadkernel-qcow2-linux-4664957b8ec78533f542900cecf7c38fbdc0d8da.tar.gz
kernel-qcow2-linux-4664957b8ec78533f542900cecf7c38fbdc0d8da.tar.xz
kernel-qcow2-linux-4664957b8ec78533f542900cecf7c38fbdc0d8da.zip
[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/sched.c')
-rw-r--r--kernel/sched.c2
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)
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.