Re: Fix random memory corruption during suspend-to-RAM resume

Linus Torvalds (torvalds@transmeta.com)
Mon, 10 Feb 2003 09:36:05 -0800 (PST)


On Sun, 9 Feb 2003, Pavel Machek wrote:
>
> We really want to use wakeup_stack as stack, not as pointer to
> stack... Please apply,

Hmm.. The stack grows downwards, are you sure you don't really mean

mov $(wakeup_end-wakeup_code),%sp

(because wakeup_end is the end of the wakeup_stack area..)

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/