[2.6 patch] unexport idle_cpu

From: Adrian Bunk
Date: Sun Mar 27 2005 - 09:41:15 EST


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

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 4 Mar 2005

--- linux-2.6.11-rc5-mm1-full/kernel/sched.c.old 2005-03-04 01:06:21.000000000 +0100
+++ linux-2.6.11-rc5-mm1-full/kernel/sched.c 2005-03-04 01:06:36.000000000 +0100
@@ -3387,8 +3387,6 @@
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/