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