Re: [PATCH 3/8] cpumask: convert kernel time functions

From: Rusty Russell
Date: Sat Dec 20 2008 - 06:30:12 EST


On Saturday 20 December 2008 02:31:47 Mike Travis wrote:
> Impact: Reduce stack usage, use new cpumask API.
>
> Convert kernel/time functions to use struct cpumask *.
>
> Note the ugly bitmap declarations in tick-broadcast.c. These should
> be cpumask_var_t, but there was no obvious initialization function to
> put the alloc_cpumask_var() calls in. This was safe.

I still would like see those bitmaps turned into real cpumask_var_t. It
should be easy for someone who knows the code well, or has time to spend
making sure the initialization is early enough.

Cheers,
Rusty.
--
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/