Re: cyclades region handling updates from 2.4

Andrew Morton (akpm@digeo.com)
Mon, 24 Mar 2003 14:37:58 -0800


davej@codemonkey.org.uk wrote:
>
> -static struct timer_list cyz_timerlist = TIMER_INITIALIZER(cyz_poll, 0, 0);
> +static struct timer_list cyz_timerlist = {
> + .function = cyz_poll
> +};

errr, bit of regression there. The spinlock in the timer is no longer
initialised.

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