Re: killing a kernel thread.

From: David Woodhouse
Date: Fri Oct 17 2003 - 10:40:47 EST


Ooh ooh RBJcode. I'm going to be fair and only pick one of the errors,
leaving many more for others to play the game too...



On Fri, 2003-10-17 at 09:51 -0400, Richard B. Johnson wrote:

> __u32 volatile status;

> while (!test_bit(0,&priv->status)) {

test_bit() and friends work on 'unsigned long' not uint32_t.

--
dwmw2

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