From: Vivek Goyal Date: Sat, 25 Jun 2005 21:58:13 +0000 (-0700) Subject: [PATCH] kdump: NMI handler segment selector, stack pointer fix X-Git-Tag: v2.6.13-rc1~68^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d55476c3f889e0f30d88e22da4682b5f10394ff;p=pandora-kernel.git [PATCH] kdump: NMI handler segment selector, stack pointer fix CPU does not save ss and esp on stack if execution was already in kernel mode at the time of NMI occurrence. This leads to saving of erractic values for ss and esp. This patch fixes the issue. Signed-off-by: Vivek Goyal Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed