Re: SMP lockup & 3c509 on 2.2.x [aka. the Deadly 'ping -f']

Andrea Arcangeli (andrea@e-mind.com)
Sat, 24 Apr 1999 01:51:26 +0200 (CEST)


On Fri, 23 Apr 1999, M.H.VanLeeuwen wrote:

>> + if (!(x & 0x2000)) /* break if we finished the stack */

Ah yes, my mistake. This should be:

[..]
if (!((unsigned long) stack & 0x2000))
[..]

x was the content of the stack not the address of the stack we was
examining.

Excuse me ;).

Andrea Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/