x86: ptrace_request peekdata/pokedata
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:31:47 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:47 +0000 (13:31 +0100)
commit16c3e389e7a7254ff8dc7029ac4fbe996c3c75bf
treee87239acac664b4f940118b9920e457cb8a1461c
parent5bde4d181793be84351bc21c256d8c71cfcd313a
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>
kernel/ptrace.c