From: Chris Torek Date: Wed, 3 Dec 2008 08:47:28 +0000 (-0800) Subject: sparc64: Fix bug in PTRACE_SETFPREGS64 handling. X-Git-Tag: v2.6.27.9~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d46994d103bf8b7ca27355bf3351bb25a99b04;p=pandora-kernel.git sparc64: Fix bug in PTRACE_SETFPREGS64 handling. [ Upstream commit 5769907ade8dda7002b304c03ef9e4ee5c1e0821 ] From: Chris Torek >The SPARC64 kernel code for PTRACE_SETFPREGS64 appears to be an exact copy >of that for PTRACE_GETFPREGS64. This means that gdbserver and native >64-bit GDB cannot set floating-point registers. It looks like a simple typo. Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed