Re: cyclades region handling updates from 2.4

From: Andrew Morton (akpm@digeo.com)
Date: Mon Mar 24 2003 - 17:37:58 EST


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/



This archive was generated by hypermail 2b29 : Mon Mar 31 2003 - 22:00:17 EST