commit | 62b14c24b10033591bbab16dea165d696a616f37 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Fri Oct 26 00:53:02 2007 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 29 19:35:36 2007 +0000 |
tree | 838b49148ee2a558d71d8ab7dc92b2e6b230d53b | |
parent | 26c288f82c74dba08da6321c626c101a7aa8575b [diff] |
[MIPS] Store sign-extend register values for PTRACE_GETREGS A comment on ptrace_getregs() states "Registers are sign extended to fill the available space." but it is not true. Fix code to match the comment. Also fix casts on each caller to get rid of some warnings. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>