ARM: 6883/1: ptrace: Migrate to regsets framework
authorDave Martin <dave.martin@linaro.org>
Mon, 18 Apr 2011 13:48:23 +0000 (14:48 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 14 May 2011 20:36:55 +0000 (21:36 +0100)
This patch migrates the implementation of the ptrace interface for
the core integer registers, legacy FPA registers and VFP registers
to use the regsets framework.

As an added bonus, all this stuff gets included in coredumps
at no extra cost.  Without this patch, coredumps contained no
VFP state.

Third-party extension register sets (iwmmx, crunch) are not migrated
by this patch, and continue to use the old implementation;
these should be migratable without much extra work.

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Will Deacon <Will.Deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found