Re: [patch 02/38] CKRM e18: Processor Delay Accounting

From: Ingo Molnar
Date: Thu Jun 23 2005 - 04:28:40 EST



* Gerrit Huizenga <gh@xxxxxxxxxx> wrote:

> +#ifdef CONFIG_DELAY_ACCT
> +int task_running_sys(struct task_struct *p)
> +{
> + return task_is_running(p);
> +}
> +EXPORT_SYMBOL_GPL(task_running_sys);
> +#endif

why is this function defined, and why is it exported?

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