[patch 010/198] fix crash in entry.S restore_all

2005-04-12 Thread akpm
From: Stas Sergeev <[EMAIL PROTECTED]> Fix the access-above-bottom-of-stack crash. 1. Allows to preserve the valueable optimization 2. Works for NMIs 3. Doesn't care whether or not there are more of the like instances where the stack is left empty. 4. Seems to work for me without the

[patch 010/198] fix crash in entry.S restore_all

2005-04-12 Thread akpm
From: Stas Sergeev [EMAIL PROTECTED] Fix the access-above-bottom-of-stack crash. 1. Allows to preserve the valueable optimization 2. Works for NMIs 3. Doesn't care whether or not there are more of the like instances where the stack is left empty. 4. Seems to work for me without the