]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Disable broken PPC_PTRACE_GETFPREGS on 32 bits
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 4 Jun 2007 05:15:39 +0000 (15:15 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 14 Jun 2007 12:29:56 +0000 (22:29 +1000)
commita8dd7195786f132e780c24f65553f62562d10f47
treefcf70b1baa040dc569dedb4b55d224b75cf7dce2
parent11a783c4a6bf8c1dc91772012ad4501282a86292
[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>
arch/powerpc/kernel/ptrace.c