Re: Hang problem on Tyan K7 Thunder resolved -- SB Live! heads-up

Linus Torvalds (torvalds@transmeta.com)
Sun, 12 Aug 2001 15:24:16 -0700


In article <20010812145953.A955@ulthar.internal.mclure.org> you write:
>
>I've answered that one on my own - I installed today's CVS emu10k1 and got
>another Oops:

The oops seems to be due to "wave_dev->woinst" being NULL.

Can you try just adding the line

if (!woinst)
return;

to the top of the function (just before the "spin_lock_irqsave()"). Does
that fix it for you?

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