commit | ee4ee527278a66321301d4f1f5ae22e49ab18fad | [log] [tgz] |
---|---|---|
author | Chris Torek <chris.torek@windriver.com> | Wed Dec 03 00:47:28 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 03 00:47:28 2008 -0800 |
tree | 3100b51ea986be462ed6fb83182e9f76a2dd3bbe | |
parent | f6f7b52e2f6149d2ee365717afff315b05720162 [diff] |
sparc64: Fix bug in PTRACE_SETFPREGS64 handling. From: Chris Torek <chris.torek@windriver.com> >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 <davem@davemloft.net>