commit | 462f39a8c7496c95f4de91ef46d875f46e0fa271 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Feb 06 10:35:23 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Feb 15 21:39:52 2010 +0000 |
tree | fb26c60ddcc7bbf053f767d42e6f997aa883ad39 | |
parent | d23bc1b3a7e6db935acb9a949a5985d9b77dfd13 [diff] |
ARM: ptrace: get rid of PTRACE_{PEEK,POKE}{TEXT,DATA} The generic ptrace_request() handles these for us, so there's no need to duplicate them in arch code. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>