From: Jason Wessel Date: Fri, 11 Dec 2009 14:43:16 +0000 (-0600) Subject: kgdb,i386: Fix corner case access to ss with NMI watch dog exception X-Git-Tag: v2.6.33-rc1~317^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6f196d112a6f6757b1ca3cce0b576f7abee479;p=pandora-kernel.git kgdb,i386: Fix corner case access to ss with NMI watch dog exception It is possible for the user_mode_vm(regs) check to return true on the i368 arch for a non master kgdb cpu or when the master kgdb cpu handles the NMI watch dog exception. The solution is simply to select the correct gdb_ss location based on the check to user_mode_vm(regs). CC: Ingo Molnar Acked-by: H. Peter Anvin Signed-off-by: Jason Wessel --- Reading git-diff-tree failed