Re: [PATCH] sched.c gratious export removal

From: Alan Cox
Date: Tue Sep 07 2004 - 13:13:09 EST


On Maw, 2004-09-07 at 15:58, Christoph Hellwig wrote:
> sched.c exports a few internal helpers although none of them is used in
> modular code or code that could easily be made modular, nor would we
> want modules to use them.

> /**
> * idle_cpu - is a given cpu idle currently?
> * @cpu: the processor in question.
> @@ -3152,8 +3147,6 @@
> {
> return cpu_curr(cpu) == cpu_rq(cpu)->idle;
> }
> -
> -EXPORT_SYMBOL_GPL(idle_cpu);

External power management modules definitely want to know this.

-
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/