Re: [patch] scheduler bits from 2.5.23-dj1

Manik Raina (manik@cisco.com)
Thu, 20 Jun 2002 00:26:39 -0700


Ingo,
A small doubt,
Should'nt this function below return something ?
set_task_cpu() should return unsigned int but it
seems to do nothing ....

Ingo Molnar wrote:
> +
> +static inline unsigned int set_task_cpu(struct task_struct *p, unsigned int cpu)
> +{
> +}
> +
> +#endif /* CONFIG_SMP */
> +
> #endif /* __KERNEL__ */
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/