commit | 0b3d5c48a98f7bd2d38962f5a67b480ac5656fb9 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jun 04 15:15:39 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Jun 14 22:29:56 2007 +1000 |
tree | fcf70b1baa040dc569dedb4b55d224b75cf7dce2 | |
parent | cbe709c1683dd54a2ec2981c9e8415cb3176f4e0 [diff] |
[POWERPC] Disable broken PPC_PTRACE_GETFPREGS on 32 bits The handling of PPC_PTRACE_GETFPREGS is broken on 32 bits kernel, it will only return half of the registers. Since that call didn't initially exist for 32 bits kernel (added recently), rather than fixing it, let's just remove it. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>