| commit | 16c3e389e7a7254ff8dc7029ac4fbe996c3c75bf | [log] [tgz] |
|---|---|---|
| author | Roland McGrath <roland@redhat.com> | Wed Jan 30 13:31:47 2008 +0100 |
| committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:47 2008 +0100 |
| tree | e87239acac664b4f940118b9920e457cb8a1461c | |
| parent | 5bde4d181793be84351bc21c256d8c71cfcd313a [diff] |
x86: ptrace_request peekdata/pokedata
This makes ptrace_request handle {PEEK,POKE}{TEXT,DATA} directly.
Every arch_ptrace that could call generic_ptrace_peekdata already
has a default case calling ptrace_request, so this keeps things
simpler for the arch code.
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>