From: Brian Gerst Date: Tue, 10 Feb 2009 14:51:45 +0000 (-0500) Subject: x86: use pt_regs pointer in do_device_not_available() X-Git-Tag: v2.6.30-rc1~2^2~50^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa78bcfa01dec3cdbde3cda098ce32abbd9c3bf6;p=pandora-kernel.git x86: use pt_regs pointer in do_device_not_available() The generic exception handler (error_code) passes in the pt_regs pointer and the error code (unused in this case). The commit "x86: fix math_emu register frame access" changed this to pass by value, which doesn't work correctly with stack protector enabled. Change it back to use the pt_regs pointer. Signed-off-by: Brian Gerst Acked-by: Tejun Heo Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed