Home
last modified time | relevance | path

Searched hist:"0 ea820cf" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dptrace_32.cc49b6ecf0870e78fa40497cd8b142915c1d5c7c9 Fri Mar 18 09:16:31 CDT 2011 Phil Edworthy <Phil.Edworthy@renesas.com> sh: Fix ptrace fpu state initialisation

Commit 0ea820cf introduced the PTRACE_GETFPREGS/SETFPREGS cmds,
but gdb-server still accesses the FPU state using the
PTRACE_PEEKUSR/POKEUSR commands. In this case, xstate was not
initialised.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Cc: stable@kernel.org
Signed-off-by: Paul Mundt <lethal@linux-sh.org>