lkml.org 
[lkml]   [1999]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: SMP lockup & 3c509 on 2.2.x [aka. the Deadly 'ping -f']
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/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.051 / U:1.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site